aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
AgeCommit message (Expand)AuthorFilesLines
2020-01-28SGSN_Tests: Only call f_bssgp_client_llgmm_assign for Gb RANDaniel Willmann1-1/+3
2019-11-23sgsn: Introduce test TC_attach_req_id_req_ra_updatePau Espin Pedrol1-1/+40
2019-10-08sgsn: delay f_gmm_attach() by 50msAlexander Couzens1-0/+8
2019-09-16Require to receive RANAP_CommonId after RANAP_SecurityModeCompleteAlexander Couzens1-0/+2
2019-09-16sgsn: replace variable bssgp with ran_indexAlexander Couzens1-14/+14
2019-09-16sgsn: replace variable gb_idx with ran_indexAlexander Couzens1-52/+52
2019-09-16sgsn: replace variable gb_index with ran_indexAlexander Couzens1-7/+7
2019-09-16sgsn: replace variable bssgp_index with ran_indexAlexander Couzens1-10/+10
2019-09-16sgsn: TC_attach_check_complete_resend: Expect LU sent to HLRPau Espin Pedrol1-0/+2
2019-09-11sgsn: extend f_routing_area_update() to support IuAlexander Couzens1-5/+27
2019-09-11sgsn: make the ranap interface optionalAlexander Couzens1-11/+23
2019-09-11sgsn: add Iu Attach RequestHarald Welte1-0/+2
2019-09-11sgsn: introduce f_send_l3() to allow one function for Gb & IuAlexander Couzens1-48/+132
2019-09-02sgsn: Proper shutdown of RAN_Adapter componentsPau Espin Pedrol1-0/+62
2019-09-02BSSGP_Emulation: add BssgpDecodeDepthOliver Smith1-3/+6
2019-08-28sgsn: Introduce test TC_attach_echo_timeoutPau Espin Pedrol1-1/+62
2019-08-23sgsn: Add test to verify duplicate DeactPDPCtx crashing osmo-sgsnPau Espin Pedrol1-0/+51
2019-08-18sgsn: Integrate RANAPHarald Welte1-3/+72
2019-08-18BSSGP_Emulation: Abandon "BssgpDecoded" intermediate structureHarald Welte1-91/+81
2019-06-11SGSN_Tests: f_detach_mo(): fail when receiving any unhandled layer 3 message ...Alexander Couzens1-4/+8
2019-06-04sgsn: Add tests to check GTP retransmit queuePau Espin Pedrol1-0/+119
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+11
2019-05-11SGSN_Tests: add test case TC_attach_pdp_act_gmm_detachAlexander Couzens1-0/+26
2019-05-11SGSN_Tests: fail when receiving any layer 3 package for a power off stationAlexander Couzens1-0/+4
2019-05-11SGSN_Tests: correct verdict failure message in f_detach_mo()Alexander Couzens1-1/+1
2019-05-11SGSN_Tests: fix regression in f_send_l3_gmm_llc() which breaks TC_attach_rau_a_bAlexander Couzens1-1/+1
2019-05-10SGSN_Tests: Introduce NUM_GB to avoid '3' as magic valueHarald Welte1-3/+4
2019-05-10SGSN_Tests: Make more helper functions gb_index awareHarald Welte1-23/+32
2019-05-10SGSN_Tests: Make f_gmm_attach() and f_gmm_auth() work on gb_idx != 0Harald Welte1-19/+31
2019-05-02sgsn: Add initial XID handshake related testsHarald Welte1-1/+61
2019-04-25sgsn: Add test cases to verify SABM handling on LLGMM + LL5Harald Welte1-0/+36
2019-04-25sgsn: Add TC_llc_null to test if SGSN survives a LLC NULL packetHarald Welte1-2/+25
2019-04-12Ensure BcdMccMnc is encoded as 24.008 10.5.5.15Alexander Couzens1-4/+6
2019-03-27NS_Emulation: Add minimal support for SGSN-side SNS handlingHarald Welte1-3/+9
2018-09-14sgsn: implement TC_attach_usim_resyncAlexander Couzens1-0/+131
2018-09-04sgsn: add TC_attach_gmm_attach_req_while_gmm_attachAlexander Couzens1-0/+73
2018-09-04sgsn: rework TC_attach_closed_add_vty to be executed in a single BSSGP_ConnHldrAlexander Couzens1-6/+13
2018-09-04sgsn: fix TC_attach_check_complete_resendAlexander Couzens1-1/+4
2018-09-04sgsn: increase the timeout of some TCAlexander Couzens1-7/+7
2018-09-04sgsn: use vty cmd `reset sgsn state`.Alexander Couzens1-1/+2
2018-09-04sgsn: introduce TC_attach_rau_a_bAlexander Couzens1-0/+34
2018-09-04sgsn: add optional bssgp index for f_upd_ptmsi_and_tlli f_bssgp_client_llgmm_...Alexander Couzens1-10/+10
2018-08-28sgsn: don't re-use the same NS for all 3 BSSGPAlexander Couzens1-8/+27
2018-08-14BSSGP_Emulation: move LLC layer out of BSSGPAlexander Couzens1-33/+44
2018-08-14sgsn: add f_cellid_to_RAI()Alexander Couzens1-0/+16
2018-08-14sgsn: introduce TC_attach_rau_a_a()Alexander Couzens1-0/+31
2018-08-14sgsn: introduce f_routing_area_update()Alexander Couzens1-14/+21
2018-08-14sgsn: create 3 instances of BSSGP at the same timeAlexander Couzens1-56/+65
2018-08-14BSSGP_Emulation.ttcn: extend BSSGP_Client_CT to hold 3 instances of BSSGPAlexander Couzens1-91/+91
2018-08-13NS_Emulation: support multiple instances at the same timeAlexander Couzens1-1/+10