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.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/7271
to look at the new patch set (#2).
PCUIF_Types: Upgrade to PCU interface v9
Change-Id: If024bbe51d91666fcfe9d3458d85ff269c327a7c
---
M library/PCUIF_Types.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/7271/2
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index b469627..9f298cd 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,
@@ -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: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder