Change in osmo-msc[master]: msc_vty: remove emergency-call command from network

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

laforge gerrit-no-reply at lists.osmocom.org
Thu Jun 18 11:55:52 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/18724 )

Change subject: msc_vty: remove emergency-call command from network
......................................................................

msc_vty: remove emergency-call command from network

when the VTY write the config file ist prints the configuration line
for emergency-call in network and in msc, however the presence of the
configuration line in network leads to a parsing error on msc startup.
The vty command probably got moved to node msc and it was forgotten
to remove the printing from network.

Change-Id: I4f3dac27723e7852f8f049fcfca5cccdc027734d
Related: OS#4548
---
M src/libmsc/msc_vty.c
1 file changed, 0 insertions(+), 5 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c
index a629b5c..a92609d 100644
--- a/src/libmsc/msc_vty.c
+++ b/src/libmsc/msc_vty.c
@@ -402,11 +402,6 @@
 				gsmnet->tz.hr, gsmnet->tz.mn, VTY_NEWLINE);
 	}
 
-	if (gsmnet->emergency.route_to_msisdn) {
-		vty_out(vty, " emergency-call route-to-msisdn %s%s",
-			gsmnet->emergency.route_to_msisdn, VTY_NEWLINE);
-	}
-
 	if (!gsmnet->call_waiting)
 		vty_out(vty, " no call-waiting%s", VTY_NEWLINE);
 

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I4f3dac27723e7852f8f049fcfca5cccdc027734d
Gerrit-Change-Number: 18724
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200618/9eafdbfa/attachment.htm>


More information about the gerrit-log mailing list