Skip to content
Success

Changes

Summary

  1. pySim-shell: reset card in method equip (details)
  2. pySim-shell: change Prompt character to "#" after "verify_adm" (details)
Commit 9f9e931378e00a3395af0cf8a4ae7f6992b15e37 by pmaier@sysmocom.de
pySim-shell: reset card in method equip

When the equip method is running, all kinds of states in pySim-shell are reset.
To be sure that the card state is also reset (normally this is the case because
usually init_card is called before equip), we should send an explicit reset to
the card as well.

Related: OS#6640
Change-Id: I622a2df2c9184841f72abd18483bfbfd00b2f464
The file was modifiedpySim-shell.py
Commit 67c0fff15b0da7a00f5bd1cdb0eaa2a1c01359f3 by pmaier@sysmocom.de
pySim-shell: change Prompt character to "#" after "verify_adm"

Let's change the prompt from ">" to "#" when the user gains admin
privilegs using verify_adm.

Related: OS#6640
Change-Id: I957b9df7b5069b6fce5bf958c94e8ffda833c77f
The file was modifiedpySim-shell.py
The file was modifiedpySim/runtime.py