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.orgneels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16323 )
Change subject: sip: bump MNCC version sent to sipcon to 6
......................................................................
sip: bump MNCC version sent to sipcon to 6
Match commit Iaca9ed6611fc5ca8ca749bbbefc31f54bea5e925 in osmo-sip-connector.
Change-Id: I39d55432776926a385e1b85b21bcdea8180a8946
---
M library/MNCC_Emulation.ttcn
M sip/SIP_Tests.default
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/23/16323/1
diff --git a/library/MNCC_Emulation.ttcn b/library/MNCC_Emulation.ttcn
index 9522e72..be087ec 100644
--- a/library/MNCC_Emulation.ttcn
+++ b/library/MNCC_Emulation.ttcn
@@ -38,7 +38,7 @@
import from UD_Types all;
modulepar {
- int mp_mncc_version := 5;
+ int mp_mncc_version := 6;
}
/* General "base class" component definition, of which specific implementations
diff --git a/sip/SIP_Tests.default b/sip/SIP_Tests.default
index 9fcd387..faf87c8 100644
--- a/sip/SIP_Tests.default
+++ b/sip/SIP_Tests.default
@@ -25,7 +25,7 @@
[MODULE_PARAMETERS]
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoSIPcon";
-MNCC_Emulation.mp_mncc_version := 5;
+MNCC_Emulation.mp_mncc_version := 6;
[MAIN_CONTROLLER]
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16323
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I39d55432776926a385e1b85b21bcdea8180a8946
Gerrit-Change-Number: 16323
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/20191128/7cd3fe98/attachment.htm>