neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33487 )
Change subject: RANAP_Templates: drop unused arg from ts_RANAP_Paging()
......................................................................
RANAP_Templates: drop unused arg from ts_RANAP_Paging()
Change-Id: I7e4bbdba34d2f0af9044050fff19ced5ea969ae9
---
M library/ranap/RANAP_Templates.ttcn
1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/87/33487/1
diff --git a/library/ranap/RANAP_Templates.ttcn b/library/ranap/RANAP_Templates.ttcn
index 7fac3a4..bc56bdb 100644
--- a/library/ranap/RANAP_Templates.ttcn
+++ b/library/ranap/RANAP_Templates.ttcn
@@ -661,7 +661,6 @@
template (value) RANAP_PDU
ts_RANAP_Paging(template (value) CN_DomainIndicator dom, template (value) IMSI imsi,
- template (omit) TemporaryUE_ID temp_id := omit,
template (omit) Paging.protocolExtensions exts := omit) := {
initiatingMessage := {
procedureCode := id_Paging,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33487
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: I7e4bbdba34d2f0af9044050fff19ced5ea969ae9
Gerrit-Change-Number: 33487
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange