aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-15 23:58:56 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-15 23:58:56 +0200
commit9afea36bc2aac3dae44d0c06fc3814c01230db31 (patch)
treecb1856fd46a775b75c4958c857373d332e5d6cc9 /sysinfo
parentaf54941d983bdd41443c34b67bd55e6aa42d5bd7 (diff)
GSM_SystemInformation: Fix SI2ter description
There's no RachControlParams IE in SI2ter
Diffstat (limited to 'sysinfo')
-rw-r--r--sysinfo/GSM_SystemInformation.ttcn1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysinfo/GSM_SystemInformation.ttcn b/sysinfo/GSM_SystemInformation.ttcn
index 51f687bf..1bfc7a48 100644
--- a/sysinfo/GSM_SystemInformation.ttcn
+++ b/sysinfo/GSM_SystemInformation.ttcn
@@ -168,7 +168,6 @@ module GSM_SystemInformation {
type record SystemInformationType2ter {
//SystemInformationHeader header,
NeighbourCellDescription2 extd_bcch_freq_list,
- RachControlParameters rach_control,
OCT4 rest_octets
} with { variant "" };