aboutsummaryrefslogtreecommitdiffstats
path: root/hlr
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Move f_addrstr2addr() to library/Misc_Helpers.ttcnPau Espin Pedrol2-1/+2
2024-03-04various: update expected-results.xmlHarald Welte1-1/+2
2024-02-21gsup: Add PCO IEPau Espin Pedrol1-1/+1
2024-01-18Move templates from GSUP_Types.ttcn to GSUP_Templates.ttcnPau Espin Pedrol3-1/+4
2023-11-16hlr: add imsi unknown cause test caseAlexander Couzens1-0/+22
2023-09-05HLR_Tests: add testcase for multiple APNs in subscriber dataAlexander Couzens2-21/+102
2023-09-05hlr: implement str2apn() to convert an apn as string into octetstringAlexander Couzens1-0/+59
2021-10-13regen_makefile.sh: set executable name explicitlyOliver Smith1-2/+2
2021-10-12regen_makefile.sh: files/flags in separate linesOliver Smith1-2/+20
2021-02-26hlr: Get rid of module param mp_hlr_supports_dgsmPau Espin Pedrol2-14/+6
2021-01-07CTRL: Introduce support to run osmocom CTRL serverPau Espin Pedrol1-1/+1
2020-10-01update expected resultsNeels Hofmeyr1-1/+31
2020-05-19update expected resultsNeels Hofmeyr1-1/+8
2020-05-18library/IPA: use tr_ASP_IPA_EV instead of inline templatesVadim Yanitskiy2-3/+3
2020-05-18library/IPA: split t_ASP_IPA_EVT_UD into send / receive templatesVadim Yanitskiy1-1/+1
2020-05-11hlr: add tests for GSUP proxy routingNeels Hofmeyr1-38/+124
2020-02-06hlr: add TC_MSLookup_mDNS_service_other_proxyOliver Smith1-0/+43
2020-02-06hlr: add TC_MSLookup_mDNS_service_GSUP_HLR_proxyOliver Smith1-0/+42
2020-02-06hlr: add TC_MSLookup_mDNS_service_GSUP_HLR_homeOliver Smith1-0/+44
2020-02-06hlr: add TC_MSLookup_GSUP_proxyOliver Smith2-1/+65
2020-02-06hlr: add emulated GSUP server (second HLR)Oliver Smith1-5/+66
2020-02-06hlr: add TC_MSLookup_mDNS_service_other_homeOliver Smith5-1/+100
2020-01-20hlr: f_perform_UL: add CnDomain parameterOliver Smith1-2/+3
2020-01-15hlr: add TC_gsup_sai_num_auth_vectorsAlexander Couzens1-4/+61
2019-12-03hlr: Don't attempt to find AUTN in 2G-only tupleHarald Welte1-1/+3
2019-12-02HLR: Add test for generating EPS (LTE) tuples with separation bit == 1Harald Welte1-2/+75
2019-11-25hlr: stop on various failuresNeels Hofmeyr1-1/+15
2019-07-08hlr: update expected-results.xmlOliver Smith1-1/+7
2019-06-18hlr: add create-subscriber-on-demand testsOliver Smith1-0/+173
2019-06-13hlr: add Check IMEI testsOliver Smith1-0/+110
2019-06-13hlr: add f_vty_subscr_show_nomatch()Oliver Smith1-0/+13
2019-06-09hlr: add osmo-hlr.cfgOliver Smith1-0/+23
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte2-1/+23
2019-03-29HLR_Tests.ttcn: suspend some compilation warningsVadim Yanitskiy1-20/+34
2019-01-23update expected resultsNeels Hofmeyr1-1/+1
2018-11-29library/GSUP_Types.ttcn: fix missing session state IE in PROC_SS_ERRVadim Yanitskiy1-4/+4
2018-11-28HLR_Tests.ttcn: introduce TC_mo_sss_rejectVadim Yanitskiy2-0/+51
2018-11-12hlr: Fix DTE by requesting the correct typeDaniel Willmann1-1/+1
2018-11-04hlr/HLR_EUSE.ttcn: remove redundant code from f_main_mo()Vadim Yanitskiy1-13/+9
2018-10-24Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handlingDaniel Willmann1-1/+1
2018-09-06update expected resultsNeels Hofmeyr1-1/+8
2018-08-08HLR: Actual USSD test casesHarald Welte1-3/+338
2018-08-08hlr: actually register simulated MSC as "MSC" identity to HLRHarald Welte1-0/+1
2018-08-08HLR: Add HLR_EUSE.ttcn to implement minimal external USSD EntityHarald Welte1-0/+124
2018-08-07hlr: Link required libraries for USSD / SS messagesHarald Welte2-3/+19
2018-07-27detect VTY TELNET port connection failures (attempt #2)Stefan Sperling1-0/+1
2018-07-27Revert "detect VTY TELNET port connection failures in TTCN3 tests"Neels Hofmeyr1-1/+0
2018-07-27detect VTY TELNET port connection failures in TTCN3 testsStefan Sperling1-0/+1
2018-07-24Stop tests after failuresDaniel Willmann1-6/+6
2018-06-15hlr: Port HLR tests to use GSUP_EmulationHarald Welte2-127/+265