aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
AgeCommit message (Expand)AuthorFilesLines
9 dayssgsn/SGSN_Tests: remove a superfluous/wrong commentAlexander Couzens1-1/+0
2024-08-20sgsn: Introduce test TC_attach_rau_a_b_wrong_old_raPau Espin Pedrol1-2/+54
2024-08-13SGSN_Tests: remove unused variable dAlexander Couzens1-1/+0
2024-08-13SGSN_Tests: add paging a whole routing area with multiple cellsAlexander Couzens1-0/+50
2024-07-29Improve use of enumareted type GTP_ClausePau Espin Pedrol1-6/+12
2024-07-25sgsn: Set up GTPv1U in emulated RNCsPau Espin Pedrol1-13/+40
2024-07-25GTP_ConnHdlr: Allow connection to multiple GTP_EmulationPau Espin Pedrol1-38/+38
2024-07-25sgsn: Rename vc_GTP -> vc_GGSN_GTPPau Espin Pedrol1-9/+9
2024-07-24sgsn: Fix regression t_guard not passedPau Espin Pedrol1-1/+1
2024-07-22sgsn: Move BSSGP_ConnHdlr code to its own filePau Espin Pedrol1-842/+6
2024-05-15sgsn: fix f_send_l3_initial_ue(): indicate PS domain, not CSVadim Yanitskiy1-1/+2
2024-04-21fixup: sgsn: fix unused param in f_routing_area_update()Vadim Yanitskiy1-1/+1
2024-04-19sgsn: TC_sgsn_context_req_in: match MM Context & GSN Address IEsVadim Yanitskiy1-1/+16
2024-04-19sgsn: add testcases for SGSN Context Request procedureVadim Yanitskiy1-0/+164
2024-04-18sgsn: derive altsteps from f_routing_area_update()Vadim Yanitskiy1-26/+47
2024-04-18sgsn: fix unused param in f_routing_area_update()Vadim Yanitskiy1-2/+2
2024-03-01Split GTP_CodecPort/GTP_Templates into C and U variantsPau Espin Pedrol1-13/+15
2024-01-23GSUP: Fix missing and wrongly sorted IEs in ts_GSUP_IE_PdpInfoPau Espin Pedrol1-1/+1
2024-01-19GSUP: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol1-1/+1
2024-01-18Move templates from GSUP_Types.ttcn to GSUP_Templates.ttcnPau Espin Pedrol1-1/+2
2023-08-15SGSN_Tests: add RIM ROUTING ADDRESS field in requestPhilipp Maier1-1/+8
2023-06-28SGSN_Tests: fix compilation warnings (template restrictions)Vadim Yanitskiy1-13/+13
2023-06-28SGSN_Tests: fix TC_attach_timeout_after_pdp_actVadim Yanitskiy1-5/+18
2023-06-28SGSN_Tests: turn f_gmm_gsup_lu_isd() into an altstepVadim Yanitskiy1-14/+13
2023-06-06sgsn: Add TC_attach_timeout_after_pdp_actarehbein1-0/+60
2022-10-21{ns,sgsn,gbproxy}: gen_links.sh: do not link unused modulesVadim Yanitskiy1-2/+0
2022-04-02fix sgsn and hnbgw test issue introduced in 49888a65dcf1f8d94411aa0724530b8c1...Eric Wild1-0/+1
2022-03-10sgsn: add TC_iu_attach_encr with UEA > 0Neels Hofmeyr1-8/+32
2022-02-24Start BSSGP_CT and NS_CT as alive-type component in all testsuitesPau Espin Pedrol1-2/+2
2021-12-09break GTP_Templates dependency on Osmo_Gb_Types, BSSGP_Types, NS_TypesPau Espin Pedrol1-4/+11
2021-07-04SGSN: fix using non-existing VTY command for encryptionVadim Yanitskiy1-5/+5
2021-06-16sgsn a54 testsEric Wild1-0/+122
2021-05-17sgsn: Introduce test TC_rim_eutran_to_geranPau Espin Pedrol1-6/+112
2021-05-04sgsn: TC_bssgp_rim_single_report: Avoid useless component startPau Espin Pedrol1-5/+0
2021-05-04sgsn: Fix default value for mp_ggsn_ipPau Espin Pedrol1-1/+1
2021-03-20sgsn: Avoid race condition in TC_suspend_rau()Harald Welte1-0/+3
2021-02-28SGSN_Tests: add setverdict(pass) to TC_bssgp_rim_single_report()Vadim Yanitskiy1-2/+6
2021-02-28SGSN_Tests: fix coding style in TC_bssgp_rim_single_reportVadim Yanitskiy1-12/+12
2021-02-16sgsn: Fix regression regarding g_pars.bssgp.cell_id[] array overflowHarald Welte1-1/+3
2021-02-16sgsn: Introduce tests for several cell change related scenariosPau Espin Pedrol1-7/+151
2021-02-12sgsn: Fix f_process_attach_accept on ran_index != 0Pau Espin Pedrol1-6/+8
2021-02-12sgsn: Fix f_cellid_to_RAIPau Espin Pedrol1-2/+2
2021-01-20NS_Emulation: Respect data_weight==0 or signalling_weight==0Harald Welte1-3/+9
2021-01-05SGSN_Tests: test RIM message passingPhilipp Maier1-0/+90
2020-12-10sgsn+pcu: Port suspend/resume cases to new BSSGP_CT:GLOBAL portHarald Welte1-6/+9
2020-11-16BSSGP_Emulation: Allow a "CreateCb" to handle unknown inbound TLLIHarald Welte1-3/+6
2020-11-12NS_Emulation: Support multiple NS-VC within one NSE (NS-VCG)Harald Welte1-33/+45
2020-10-09BSSGP_Emulation: Support multiple PTP-BVC within one EntityHarald Welte1-45/+81
2020-09-27NS_Emulation: Prepare NSConfiguration for non-IP providersHarald Welte1-15/+27
2020-09-25SGSN: introduce NS testsAlexander Couzens1-1/+2