aboutsummaryrefslogtreecommitdiffstats
path: root/bts
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-27 01:42:49 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-27 20:14:08 +0700
commita9eeb7b2f96d181b9ba15691e54c62bd03328104 (patch)
tree9f3d7ef340b249e6cc79e7e306a59206ced76faa /bts
parentff0072cb50dd02a5bcc1b13b623b22db53246fd8 (diff)
bts/BTS_Tests: cosmetic: mark c_MA_null as private
Diffstat (limited to 'bts')
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 7d211de0..aefab095 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -3152,7 +3152,7 @@ testcase TC_paging_tmsi_200percent() runs on test_CT {
/***********************************************************************
* Immediate Assignment / AGCH
***********************************************************************/
-const MobileAllocation c_MA_null := {
+private const MobileAllocation c_MA_null := {
len := 0,
ma := ''B
}