aboutsummaryrefslogtreecommitdiffstats
path: root/cbc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-01cbc: Expect CBC to include Channel Indicator IE in CBSP KILLHarald Welte1-1/+2
This should be present for all KILL relating to CBS. Change-Id: Id9f280158a0370134ec4a4ca9a977d884670b27e Related: SYS#5906, OS#5540, OS#5541
2021-10-13regen_makefile.sh: set executable name explicitlyOliver Smith1-1/+3
Set the executable name in each regen_makefile.sh explicitly with -e, instead of having it set indirectly from the first .ttcn file. Make it consistent by placing the name on top of each of these files. Fix for warning: ttcn3_makefilegen: warning: File `BSC_Tests.ttcn' was given more than once for the Makefile. Related: OS#5252 Change-Id: I5ed03f8f3ed905483620dc7bae33b617bbb8507f
2021-10-12regen_makefile.sh: files/flags in separate linesOliver Smith1-4/+21
Make all regen_makefile.sh more readable and diff friendly by moving each entry in FILES and CPPFLAGS_TTCN3 into separate lines. Order entries alphabetically. Related: OS#5252 Change-Id: I6b6866eb9f6ec6232e4ae434517457a4c8c1c050
2021-02-22cbc: Initial set of CBC tess for osmo-cbcHarald Welte7-0/+892
osmo-cbc is the Osmocom cell broadcast centre. So far, there was no TTCN-3 test suite. Let's change that. Change-Id: I38286e8a3dd0f39bd25f631dcbb3ff4f8d4c221f