Commit Graph

5 Commits

Author SHA1 Message Date
Harald Welte 66110f0d77 L1CTL Test: Get all the way up to dedicated channel establishment
The code is now a proof of concept to establish a dedicated channel
via virt_um, at which point we can exchange L2 messages with the BTS.
2017-07-16 21:05:18 +02:00
Harald Welte 5f0d5c8753 L1CTL: Fix GSM Frame Number (uint32_t, not least bits required for integer) 2017-07-16 18:56:01 +02:00
Harald Welte 8e4db2c4a4 L1CTL: Use RSL Channel Number definition for proper decode 2017-07-16 18:54:55 +02:00
Harald Welte 52c713c452 Implement L1CTL port type (dual-faced port on top of UnixDomain) 2017-07-16 15:44:44 +02:00
Harald Welte f654332701 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
2017-07-16 14:25:31 +02:00