pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30826 )
Change subject: library/L3_Templates: ts_LU_REQ(): Define fields as template (value) ......................................................................
library/L3_Templates: ts_LU_REQ(): Define fields as template (value)
Change-Id: I192eb6f191ea43aee71ff3537ced539fc0b72bf2 --- M library/L3_Templates.ttcn 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/26/30826/1
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index 3b0da5a..610d410 100644 --- a/library/L3_Templates.ttcn +++ b/library/L3_Templates.ttcn @@ -313,8 +313,9 @@ };
/* Send template for LOCATION UPDATING REQUEST */ -template PDU_ML3_MS_NW ts_LU_REQ(template LocationUpdatingType lu_type, MobileIdentityLV mi_lv, - OCT3 mcc_mnc := '123456'O) := { +template (value) PDU_ML3_MS_NW ts_LU_REQ(template (value) LocationUpdatingType lu_type, + template (value) MobileIdentityLV mi_lv, + template (value) OCT3 mcc_mnc := '123456'O) := { discriminator := '0000'B, /* overwritten */ tiOrSkip := { skipIndicator := '0000'B