Change in osmo-msc[master]: vty 'show connection': show msc_a->via_cell instead of vsub->cgi

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/.

neels gerrit-no-reply at lists.osmocom.org
Wed Jun 24 17:22:58 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/18996 )


Change subject: vty 'show connection': show msc_a->via_cell instead of vsub->cgi
......................................................................

vty 'show connection': show msc_a->via_cell instead of vsub->cgi

For 'show subscriber cache', we print vsub->cgi. For 'show connection', it
makes more sense to print msc_a->via_cell.

This is tested by osmo-ttcn3-hacks Ie410714a96353f74a52a104c56fa0a08683e0004.

Related: OS#4627
Change-Id: I194271af2acb37b4f8cc2d106ab2fd2b0d443589
---
M src/libmsc/msc_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/96/18996/1

diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c
index 29deb5e..c5e93aa 100644
--- a/src/libmsc/msc_vty.c
+++ b/src/libmsc/msc_vty.c
@@ -911,7 +911,7 @@
 
 	if (vsub) {
 		MSC_VTY_DUMP(vty, offset, "LAC / cell ID: %u / %u%s",
-			     vsub->cgi.lai.lac, vsub->cgi.cell_identity,
+			     msc_a->via_cell.lai.lac, msc_a->via_cell.cell_identity,
 			     VTY_NEWLINE);
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/18996
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I194271af2acb37b4f8cc2d106ab2fd2b0d443589
Gerrit-Change-Number: 18996
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200624/10bc06ab/attachment.htm>


More information about the gerrit-log mailing list