Change in osmocom-bb[master]: mobile: display MS IMSI in vty

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Oct 23 13:56:00 UTC 2018


Max has uploaded this change for review. ( https://gerrit.osmocom.org/11440


Change subject: mobile: display MS IMSI in vty
......................................................................

mobile: display MS IMSI in vty

Show IMSI in addition to IMEI when using 'show ms 1' command.

Change-Id: Id05f4f5f3416dcdb9ce2fd24f9360f5e6faaf654
---
M src/host/layer23/src/mobile/vty_interface.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/40/11440/1

diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index 12c32a5..1fb6e15 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -201,6 +201,9 @@
 	else
 		vty_out(vty, "     IMEI generation: fixed%s", VTY_NEWLINE);
 
+	if (ms->settings.test_imsi)
+		vty_out(vty, "  IMSI: %s%s", ms->settings.test_imsi, VTY_NEWLINE);
+
 	if (ms->shutdown != MS_SHUTDOWN_NONE)
 		return;
 

-- 
To view, visit https://gerrit.osmocom.org/11440
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id05f4f5f3416dcdb9ce2fd24f9360f5e6faaf654
Gerrit-Change-Number: 11440
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181023/4c9d1042/attachment.htm>


More information about the gerrit-log mailing list