Change in osmo-ttcn3-hacks[master]: library/L3_Templates: fix: ensure 'no extension' in {ts, tr}_Called

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

fixeria gerrit-no-reply at lists.osmocom.org
Fri Feb 5 03:03:20 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22718 )


Change subject: library/L3_Templates: fix: ensure 'no extension' in {ts,tr}_Called
......................................................................

library/L3_Templates: fix: ensure 'no extension' in {ts,tr}_Called

Our definitions contain the minimum for 'CalledPartyBCD_Number',
optional extensions are not supported.  Thus do not indicate their
presence, use '1'B (inverted logic) in both templates.

Change-Id: I448a1f7b71ed7d63d397da2b7d04942b501deaa5
Related: SYS#5340
---
M library/L3_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/18/22718/1

diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 2eb0bb2..5bd87eb 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1112,7 +1112,7 @@
 	lengthIndicator := 0,			/* overwritten */
 	numberingPlanIdentification := '0000'B,
 	typeOfNumber := '000'B,			/* unknown */
-	ext1 := '0'B,
+	ext1 := '1'B, /* no extension */
 	digits := digits
 }
 
@@ -1121,7 +1121,7 @@
 	lengthIndicator := ?,
 	numberingPlanIdentification := ?,
 	typeOfNumber := ?,
-	ext1 := ?,
+	ext1 := '1'B, /* no extension */
 	digits := digits
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22718
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: I448a1f7b71ed7d63d397da2b7d04942b501deaa5
Gerrit-Change-Number: 22718
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210205/803fcf47/attachment.htm>


More information about the gerrit-log mailing list