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

2018-03-13 Thread Harald Welte
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_tmcc,
uint16_tmnc,
+   uint8_t mnc_3_digits,
uint16_tlac,
uint16_trac,
 
@@ -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 
Gerrit-Reviewer: Jenkins Builder


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

2018-03-13 Thread Harald Welte
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 (#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_tmcc,
uint16_tmnc,
+   uint8_t mnc_3_digits,
uint16_tlac,
uint16_trac,
 
@@ -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 
Gerrit-Reviewer: Jenkins Builder


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

2018-03-13 Thread Harald Welte

Review at  https://gerrit.osmocom.org/7271

PCUIF_Types: Upgrade to PCU interface v9

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


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

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index b469627..9a54ac5 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_tmcc,
uint16_tmnc,
+   uint8_t mnc_3_digits,
uint16_tlac,
uint16_trac,
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If024bbe51d91666fcfe9d3458d85ff269c327a7c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte