FreeCalypso > hg > freecalypso-hwlab
diff simtool/dispatch.c @ 104:a60645b75a57
fc-simtool: phonebook dump implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 25 Jan 2021 05:55:40 +0000 |
parents | 90eff13a72fd |
children | 6f80cfdc7e05 |
line wrap: on
line diff
--- a/simtool/dispatch.c Mon Jan 25 04:54:47 2021 +0000 +++ b/simtool/dispatch.c Mon Jan 25 05:55:40 2021 +0000 @@ -14,6 +14,7 @@ extern int cmd_iccid(); extern int cmd_imsi(); +extern int cmd_pb_dump(); extern int cmd_readbin(); extern int cmd_readef(); extern int cmd_readrec(); @@ -43,6 +44,7 @@ {"exit", 0, 0, cmd_exit}, {"iccid", 0, 0, cmd_iccid}, {"imsi", 0, 0, cmd_imsi}, + {"pb-dump", 1, 2, cmd_pb_dump}, {"quit", 0, 0, cmd_exit}, {"readbin", 2, 2, cmd_readbin}, {"readef", 1, 1, cmd_readef},