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.orgHarald Welte has submitted this change and it was merged.
Change subject: PCUIF_Types: Upgrade to PCU interface v9
......................................................................
PCUIF_Types: Upgrade to PCU interface v9
Change-Id: If024bbe51d91666fcfe9d3458d85ff269c327a7c
---
M library/PCUIF_Types.ttcn
1 file changed, 4 insertions(+), 2 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
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: merged
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: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder