Change in osmo-ttcn3-hacks[master]: library/GSM_RR_Types: Paging Request Type 1 may contain second MI

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

laforge gerrit-no-reply at lists.osmocom.org
Sun Mar 29 14:26:29 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved
  laforge: Looks good to me, approved



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-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200329/c60c26a7/attachment.htm>


More information about the gerrit-log mailing list