[MERGED] osmo-ttcn3-hacks[master]: msc: Fix config file syntax.

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 29 11:27:16 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: msc: Fix config file syntax.
......................................................................


msc: Fix config file syntax.

In Change-Id: I52a4c8118828c1605cf672889982f987568ad17d we introduced
config file syntax errors.  It seems that change was not tested at all
before pushing :(

Change-Id: I80577798b502957afaa46abb510bcca3dc174ee4
---
M msc/MSC_Tests.default
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/msc/MSC_Tests.default b/msc/MSC_Tests.default
index 6958f10..93f0f80 100644
--- a/msc/MSC_Tests.default
+++ b/msc/MSC_Tests.default
@@ -31,7 +31,7 @@
 		own_ssn := 254,
 		peer_pc := 185,
 		peer_ssn := 254,
-		sio := '83'O
+		sio := '83'O,
 		rctx := 0
 	},
 	{
@@ -41,7 +41,7 @@
 		own_ssn := 254,
 		peer_pc := 185,
 		peer_ssn := 254,
-		sio := '83'O
+		sio := '83'O,
 		rctx := 1
 	}
 };

-- 
To view, visit https://gerrit.osmocom.org/7573
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I80577798b502957afaa46abb510bcca3dc174ee4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list