aboutsummaryrefslogtreecommitdiffstats
path: root/gprs_gb
AgeCommit message (Expand)AuthorFilesLines
2018-03-12pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with other suitesHarald Welte6-1039/+0
2018-03-12WIP: pcu testingHarald Welte1-54/+47
2018-03-12gprs_gb: working UL TBF with segmentationHarald Welte3-125/+463
2018-03-12gprs_gb: working Uplink PACKET_CONTROL_ACK against OsmoPCUHarald Welte1-19/+62
2018-03-03GSM_Types: Switch TLLI from uint32_t to OCT4Harald Welte1-3/+3
2018-03-02gprs_gb: Update config filesHarald Welte1-3/+24
2018-03-02gprs_gb: Add more comments to codeHarald Welte1-0/+11
2018-02-27L1CTL: Add message segmentation helper via getMsgLen()Harald Welte2-2/+2
2018-02-18BSSGP_Emulation: Add SNDCP decoding supportHarald Welte1-0/+5
2018-02-18First actual SGSN test caseHarald Welte4-191/+47
2018-02-16Migrate Gb (NS/BSSGP) code over to Ericsson NS/BSSGP modulesHarald Welte3-104/+31
2018-02-16gprs: Move BSSGP related code to libraryHarald Welte5-993/+1
2018-02-16gprs: Move NS Types/CodecPort/Emulation to library directoryHarald Welte6-665/+3
2018-02-05Don't symlink non-existent fileMax1-1/+1
2018-01-17Add "SourceInfoFormat := Single;" to all test configsHarald Welte1-0/+1
2017-12-13generalize shared code from regen_makefile.sh into shared helper scriptHarald Welte1-9/+1
2017-12-13regen_makefile.sh: Fix TITAN 6.1.0 supportHarald Welte1-1/+1
2017-12-12gprs_gb: Fix compileation (don't use Ericsson MobileL3)Harald Welte1-4/+0
2017-12-12gprs_gb: Fix compilation of testsHarald Welte3-15/+10
2017-12-12Makefile: clone dependencies into 'deps' folderHarald Welte1-1/+1
2017-12-08regen_makefile.sh: Add Regex's for TITAN 6.3.0Harald Welte1-0/+4
2017-11-19Remove BSSAPP, BSSGP, BSSMAP, GTP, GTPv2, ISUP, LLC, MobileL3, NS, SNDCPHarald Welte1-1/+1
2017-11-19Add ASP_ConnId_ReadyToRelease in all translation ports using IPL4aspHarald Welte1-0/+2
2017-08-26sysinfo: Fix the TC_telnet test case VTY command orderHarald Welte8-23/+512
2017-07-30Add hand-written encoder/decoder for RLC/MAC UL/DL data blocksHarald Welte1-1/+1
2017-07-30Split RR portion of GSM_Types into GSM_RR_TypesHarald Welte1-1/+1
2017-07-30BSSGP: Avoid unbound length integer in IE templateHarald Welte1-0/+1
2017-07-30BSSGP_Types: Add IMSI and TMSI IE + related templatesHarald Welte1-0/+37
2017-07-23Import CRC24 code from OsmoSGSN for LLC FCS computationHarald Welte2-0/+91
2017-07-23WIP: Add description of TS 48.064 LLC frames in TITAN TTCN-3Harald Welte1-0/+132
2017-07-23gprs_gb: NS + BSSGP operational with OsmoPCU, receiving LLC-PDUsHarald Welte4-32/+123
2017-07-23Add missing BSSGP_Emulation.ttcn fileHarald Welte1-0/+220
2017-07-23BSSGP: Fix order of IEs in BVC-RESET PDUHarald Welte1-1/+1
2017-07-23BSSGP: don't set length to '0' in t_BssgpIE() templateHarald Welte1-1/+0
2017-07-23gprs_gb: Build stack of NS and BSSGP emulation from test componentHarald Welte5-76/+320
2017-07-23BSSGP: Add various templates for common messagesHarald Welte1-0/+53
2017-07-23BSSGP: Define symbolic names for Cause valuesHarald Welte1-1/+46
2017-07-22gprs_gb: Add NS CodecPort + Emulation; Add NS selftestsHarald Welte9-35/+435
2017-07-22Expand BSSGP helpers + codec to cover expansion + compactionHarald Welte4-9/+228
2017-07-22WIP: BSSGP related hepler functions; towards testsHarald Welte6-0/+488