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.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17640 )
Change subject: library/GSM_RR_Types: Paging Request Type 1 may contain second MI
......................................................................
library/GSM_RR_Types: Paging Request Type 1 may contain second MI
Change-Id: I1c443a875d048f51fcf8c5ea4d2a5ab8114d0a4f
---
M library/GSM_RR_Types.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/40/17640/1
diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 878166b..9d71f80 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -989,7 +989,8 @@
}
};
- template GsmRrMessage tr_PAG_REQ1(template MobileIdentityLV mi1 := ?) := {
+ template GsmRrMessage tr_PAG_REQ1(template MobileIdentityLV mi1 := ?,
+ template MobileIdentityTLV mi2 := omit) := {
header := t_RrHeader(PAGING_REQUEST_TYPE_1, ?),
payload := {
pag_req_1 := {
@@ -999,7 +1000,7 @@
},
page_mode := PAGE_MODE_NORMAL,
mi1 := mi1,
- mi2 := omit,
+ mi2 := mi2,
rest_octets := ?
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17640
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: I1c443a875d048f51fcf8c5ea4d2a5ab8114d0a4f
Gerrit-Change-Number: 17640
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200327/cf3ba921/attachment.htm>