[PATCH] osmo-ttcn3-hacks[master]: PCUIF_Types: Upgrade to PCU interface v9

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Mar 13 16:42:05 UTC 2018


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7271

to look at the new patch set (#3).

PCUIF_Types: Upgrade to PCU interface v9

Change-Id: If024bbe51d91666fcfe9d3458d85ff269c327a7c
---
M library/PCUIF_Types.ttcn
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/7271/3

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index b469627..1a4ba29 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -6,7 +6,7 @@
 /* Osmocom PCU Interface Types, as per osmo-pcu/include/osmocom/pcu/pcuif_proto.h */
 
 const charstring PCU_SOCK_DEFAULT := "/tmp/pcu_bts";
-const uint32_t PCU_IF_VERSION := 8;
+const uint32_t PCU_IF_VERSION := 9;
 
 type enumerated PCUIF_MsgType {
 	PCU_IF_MSG_DATA_REQ		('00'O),
@@ -134,6 +134,7 @@
 
 	uint16_t	mcc,
 	uint16_t	mnc,
+	uint8_t		mnc_3_digits,
 	uint16_t	lac,
 	uint16_t	rac,
 
@@ -222,7 +223,7 @@
 				act_req,	msg_type = PCU_IF_MSG_ACT_REQ;
 				time_ind,	msg_type = PCU_IF_MSG_TIME_IND;
 				pag_req,	msg_type = PCU_IF_MSG_PAG_REQ)"
-	 variant "PADDING(1688)"
+	 variant "PADDING(1696)" /* 212 * 8 */
 };
 
 external function enc_PCUIF_Message(in PCUIF_Message pdu) return octetstring
@@ -424,6 +425,7 @@
 			bsic := ?,
 			mcc := ?,
 			mnc :=?,
+			mnc_3_digits := ?,
 			lac := ?,
 			rac := ?,
 			nsei := ?,

-- 
To view, visit https://gerrit.osmocom.org/7271
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If024bbe51d91666fcfe9d3458d85ff269c327a7c
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list