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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19869 )
Change subject: library/GSM_RR_Types: s/MobileAllocation/MobileAllocationLV/g
......................................................................
library/GSM_RR_Types: s/MobileAllocation/MobileAllocationLV/g
Change-Id: Ica803221e885b4746fd42c17cd2828c0ef35a6aa
---
M bts/BTS_Tests.ttcn
M library/GSM_RR_Types.ttcn
M pcu/PCU_Tests.ttcn
3 files changed, 8 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/69/19869/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 8a478ba..34fd702 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -248,7 +248,7 @@
/* Frequency hopping parameters (disabled if absent) */
MaioHsn maio_hsn optional,
/* MA bitmap to be indicated in RR Immediate Assignment */
- MobileAllocation ma_map,
+ MobileAllocationLV ma_map,
/* The actual Mobile Allocation (ARFCN list) to be used */
L1ctlMA ma
}
@@ -3546,7 +3546,7 @@
/***********************************************************************
* Immediate Assignment / AGCH
***********************************************************************/
-private const MobileAllocation c_MA_null := {
+private const MobileAllocationLV c_MA_null := {
len := 0,
ma := ''B
}
diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index cd599f3..470d68c 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -294,7 +294,7 @@
} with { variant "" };
/* 10.5.2.21 */
- type record MobileAllocation {
+ type record MobileAllocationLV {
uint8_t len,
bitstring ma
} with {
@@ -674,7 +674,7 @@
PacketChannelDescription pkt_chan_desc optional,
RequestReference req_ref,
TimingAdvance timing_advance,
- MobileAllocation mobile_allocation,
+ MobileAllocationLV mobile_allocation,
/* TODO: starting time TLV */
IaRestOctets rest_octets
} with { variant (chan_desc) "PRESENCE(ded_or_tbf.tbf = false)"
@@ -955,7 +955,7 @@
};
template (value) GsmRrMessage ts_IMM_ASS(uint8_t ra, GsmFrameNumber fn, TimingAdvance ta,
- ChannelDescription ch_desc, MobileAllocation ma) := {
+ ChannelDescription ch_desc, MobileAllocationLV ma) := {
header := ts_RrHeader(IMMEDIATE_ASSIGNMENT, 0),
payload := {
imm_ass := {
@@ -985,7 +985,7 @@
template GsmRrMessage tr_IMM_ASS(template uint8_t ra := ?, template GsmFrameNumber fn := ?,
template TimingAdvance ta := ?,
template ChannelDescription ch_desc := ?,
- template MobileAllocation ma := ?) := {
+ template MobileAllocationLV ma := ?) := {
header := t_RrHeader(IMMEDIATE_ASSIGNMENT, ?),
payload := {
imm_ass := {
@@ -1012,7 +1012,7 @@
template GsmFrameNumber fn := ?,
template TimingAdvance ta := ?,
template PacketChannelDescription ch_desc := ?,
- template MobileAllocation ma := ?,
+ template MobileAllocationLV ma := ?,
template IaRestOctets rest := ?) := {
header := t_RrHeader(IMMEDIATE_ASSIGNMENT, ?),
payload := {
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index bb10a77..3c8be30 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -2092,7 +2092,7 @@
ia.pkt_chan_desc, " vs ", tr_pkt_chan_desc);
}
- var MobileAllocation tr_ma := { len := 0, ma := ''B };
+ var MobileAllocationLV tr_ma := { len := 0, ma := ''B };
var octetstring ma_oct := bit2oct(ts.ma);
/* Calculate length of the useful part of Mobile Allocation */
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19869
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: Ica803221e885b4746fd42c17cd2828c0ef35a6aa
Gerrit-Change-Number: 19869
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200828/ec9bc7b4/attachment.htm>