aboutsummaryrefslogtreecommitdiffstats
path: root/library/BSSGP_Emulation.ttcn
AgeCommit message (Expand)AuthorFilesLines
2019-09-02BSSGP_Emulation: add BssgpDecodeDepthOliver Smith1-14/+29
2019-08-30BSSGP_Emulation: as_unblocked: fix SIG broadcastOliver Smith1-1/+1
2019-08-18BSSGP_Emulation: Abandon "BssgpDecoded" intermediate structureHarald Welte1-49/+26
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+10
2019-05-11BSSGP_Emulation: More/improved commentsHarald Welte1-1/+3
2019-05-10BSSGP_Emulation: Implement LLC sending also for SGSN-roleHarald Welte1-1/+8
2019-05-10BSSGP_Emulation: Pass uplink L3 to BSSGP Uplink UnitdataHarald Welte1-0/+8
2019-05-10BSSGP_Emulation: Fix transmission of MT L3 in LLC/BSSGPHarald Welte1-1/+1
2019-03-27BSSGP_Emulation: Handle incoming BVCI=0 messagesHarald Welte1-1/+21
2018-08-14BSSGP_Emulation: dont fail when removing a non-exitent clientAlexander Couzens1-2/+2
2018-08-14BSSGP_Emulation: remove unused BSSGP_SP.receive(PDU_L3_MS_SGSN)Alexander Couzens1-8/+0
2018-08-14BSSGP_Emulation: move LLC layer out of BSSGPAlexander Couzens1-2/+10
2018-08-14BSSGP_Emulation: add type record LLC_EntitiesAlexander Couzens1-0/+2
2018-08-14BSSGP_Emulation.ttcn: extend BSSGP_Client_CT to hold 3 instances of BSSGPAlexander Couzens1-6/+6
2018-07-24library: Ensure setverdict(fail) is followed by mtc.stopDaniel Willmann1-10/+9
2018-06-13lib/BSSGP_Emulation: fix removal of items in ClientListAlexander Couzens1-2/+8
2018-06-01*_Emulation.ttcn: Specify destination when replying on procedure portsHarald Welte1-3/+3
2018-05-25make PCU tests send PS paging requests on BVCI zeroStefan Sperling1-1/+7
2018-03-03BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN roleHarald Welte1-5/+6
2018-03-03Gb: avoid warnings about not-running timersHarald Welte1-2/+2
2018-02-18sgsn: Add user plane GTP testing (GTP->Gb and Gb->GTP)Harald Welte1-0/+9
2018-02-18BSSGP_Emulation: Allow clients to send PDU_LLC directlyHarald Welte1-1/+9
2018-02-18BSSGP_Emulation: Add SNDCP decoding supportHarald Welte1-5/+25
2018-02-18BSSGP_Emulation: use 'isvalue()' instead of 'isbound()'Harald Welte1-9/+9
2018-02-18BSSGP/LLC: Fix LLCC SAPI for SMHarald Welte1-2/+2
2018-02-18sgsn: Implement TLLI assignment/modification/unassignmentHarald Welte1-4/+35
2018-02-18First actual SGSN test caseHarald Welte1-90/+482
2018-02-16BSSGP_Emulation: Remove one level of indent (like most other code)Harald Welte1-216/+219
2018-02-16sgsn: Skeleton of a SGSN test fremworkHarald Welte1-2/+6
2018-02-16Migrate Gb (NS/BSSGP) code over to Ericsson NS/BSSGP modulesHarald Welte1-24/+26
2018-02-16gprs: Move BSSGP related code to libraryHarald Welte1-0/+247