changeset 76:0b29c0d19db4

fc-simtool: dump-lnd command renamed to lnd-dump
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 17 Feb 2021 01:10:15 +0000
parents f661ad7eb126
children 4558048fce10
files simtool/dispatch.c simtool/pbdump.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/simtool/dispatch.c	Tue Feb 16 15:35:05 2021 +0000
+++ b/simtool/dispatch.c	Wed Feb 17 01:10:15 2021 +0000
@@ -11,7 +11,6 @@
 extern int cmd_a38();
 extern int cmd_change_chv();
 extern int cmd_disable_chv();
-extern int cmd_dump_lnd();
 extern int cmd_enable_chv();
 extern int cmd_exec();
 extern int cmd_fix_sysmo_msisdn();
@@ -26,6 +25,7 @@
 extern int cmd_grcard2_set_super_hex();
 extern int cmd_iccid();
 extern int cmd_imsi();
+extern int cmd_lnd_dump();
 extern int cmd_opl_dump();
 extern int cmd_pb_dump();
 extern int cmd_pb_dump_rec();
@@ -89,7 +89,6 @@
 	{"disable-chv1", 1, 1, cmd_disable_chv},
 	{"disable-pin", 1, 1, cmd_disable_chv},
 	{"disable-pin1", 1, 1, cmd_disable_chv},
-	{"dump-lnd", 0, 0, cmd_dump_lnd},
 	{"enable-chv", 1, 1, cmd_enable_chv},
 	{"enable-chv1", 1, 1, cmd_enable_chv},
 	{"enable-pin", 1, 1, cmd_enable_chv},
@@ -112,6 +111,7 @@
 	{"grcard2-set-super-hex", 1, 1, cmd_grcard2_set_super_hex},
 	{"iccid", 0, 0, cmd_iccid},
 	{"imsi", 0, 0, cmd_imsi},
+	{"lnd-dump", 0, 0, cmd_lnd_dump},
 	{"opl-dump", 0, 0, cmd_opl_dump},
 	{"pb-dump", 1, 2, cmd_pb_dump},
 	{"pb-dump-rec", 2, 3, cmd_pb_dump_rec},
--- a/simtool/pbdump.c	Tue Feb 16 15:35:05 2021 +0000
+++ b/simtool/pbdump.c	Wed Feb 17 01:10:15 2021 +0000
@@ -133,7 +133,7 @@
 	return(0);
 }
 
-cmd_dump_lnd()
+cmd_lnd_dump()
 {
 	int rc;
 	unsigned recno;