aboutsummaryrefslogtreecommitdiffstats
path: root/library/CBSP_Types.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-08-01 09:50:25 +0200
committerHarald Welte <laforge@gnumonks.org>2019-09-05 13:13:35 +0200
commit09538f8bfdbaf6dbc97e31a93da287366664eb77 (patch)
tree7a0006bcb09d167d3ed33db071ab6075fa883426 /library/CBSP_Types.ttcn
parentb522323cbb6806ccb9d9c003a790a721d7a885eb (diff)
bsc: Test suite for CBSP (Cell Broadcast Service Protocol)
In this testsuite, we simulate BTS and CBC by attaching to RSL and CBSP protocol interfaces of the BSC. We then issue a variety of CBSP commands to the BSC and check for corresponding action on both the BTS- facing RSL as well as responses on the CBSP side. Change-Id: Ia6ffac181f50586d06d2f29bca1c57285179e861
Diffstat (limited to 'library/CBSP_Types.ttcn')
-rw-r--r--library/CBSP_Types.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/CBSP_Types.ttcn b/library/CBSP_Types.ttcn
index 43a7d7db..c4c6cf25 100644
--- a/library/CBSP_Types.ttcn
+++ b/library/CBSP_Types.ttcn
@@ -113,7 +113,8 @@ type enumerated CBSP_Cause {
type record CBSP_IE_MessageContent {
uint8_t user_len,
octetstring val
-} with { variant (val) "FIELDLENGTH(82)" };
+} with { variant (val) "FIELDLENGTH(82)"
+ variant (val) "ALIGN(left)" };
/* 8.2.6 Cell List */
type record CBSP_IE_CellList {