aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-16 07:35:10 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-16 14:25:31 +0200
commitf654332701d6eb1d461316cd5c2890649636c87b (patch)
tree8d37fa14e58c6584f5a1ea039725475a36695d82 /sysinfo
parentd2e342fb7daa41ef8a3c287ccc9fd3ebf88c545e (diff)
first steps towards a L1CTL / LAPD test
The idea here is to implement the L1CTL protocol in TTCN-3 so we can speak it over a unix domain socket (test port) for simple tasks such as activating dedicated mode. This can then subsequently be used for LAPDm testing
Diffstat (limited to 'sysinfo')
-rw-r--r--sysinfo/Osmocom_Types.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysinfo/Osmocom_Types.ttcn b/sysinfo/Osmocom_Types.ttcn
index 6fe1b577..0c26f02a 100644
--- a/sysinfo/Osmocom_Types.ttcn
+++ b/sysinfo/Osmocom_Types.ttcn
@@ -6,6 +6,7 @@ module Osmocom_Types {
type integer int8_t (-128..127) with { variant "8 bit" };
type integer int16_t (-32768..32767) with { variant "16 bit" };
+ type integer uint1_t (0..1) with { variant "unsigned 1 bit" };
type integer uint2_t (0..3) with { variant "unsigned 2 bit" };
type integer uint3_t (0..7) with { variant "unsigned 3 bit" };
type integer uint4_t (0..15) with { variant "unsigned 4 bit" };