aboutsummaryrefslogtreecommitdiffstats
path: root/library/GSUP_Types.ttcn
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16library/GSUP_Types: correct value of the GSUP_CancelTypeAlexander Couzens1-2/+2
The comment in the c header of OSMO_GSUP_CANCEL_TYPE_UPDATE says: 1 = /* 0 on the wire */, 2 = /* 1 on the wire */ Change-Id: I4d22af9fee19e6036dbb555422759e3c1285416a
2018-09-11GSUP_Types.ttcn: add tr_GSUP_SAI_REQ_UMTS_AKA_RESYNCAlexander Couzens1-0/+27
Match only on AKA RESYNC packages Change-Id: Ibab8a76fde78db6e7a84794e0b641bcb7b1fd1a7
2018-08-08HLR: Add HLR_EUSE.ttcn to implement minimal external USSD EntityHarald Welte1-0/+11
As OsmoHLR is getting support for external USSD Entities (EUSEs), we have to implement this function in the test logic in order to test it. Change-Id: Ibab210b06abfd5a21e81c7f7fbe574c4f67414a0
2018-06-21library/GSUP_Types.ttcn: SS Info IE is optional for GSUP_PROC_SS_*Vadim Yanitskiy1-28/+51
The 'SS Info' IE is optional for GSUP_PROC_SS_{REQ|RSP} messages, and is not carried in some cases, e.g. when a subscriber aborts an active transaction by pressing the 'red button'. Change-Id: I20d9028acbe0c457d2a2cf72eff372b749d8dc30
2018-06-02GSUP_Types.ttcn: add SS related messages and IEsVadim Yanitskiy1-3/+153
Recently we introduced a few new GSUP IEs, related to TCAP-like session management and Supplementary Services in libosmocore. Let's sync the TTCN-3 implementation and add the corresponding templates for SS payloads. Change-Id: I54767e49ae98db67f71dd28278b14435860313e0
2018-05-26GSUP_Types.ttcn: allow other TLV appear in Cancel Location ErrorsAlexander Couzens1-1/+1
Change-Id: I21ee02556f0734dad871a6294b21ca6f2864dea0
2018-03-02hlr: Add testcases for PURGE_MS procedureHarald Welte1-0/+19
Change-Id: I9d54d5e4b6fe24d3ee710b57e0c69a30b89d3450
2018-03-01gsup: Make tr_GSUP_ISD_REQ more tolerantHarald Welte1-1/+1
We permit other subscriber data that's not the MSISDN, but we require the MSISDN be somewhere within the IEs of the ISD_REQ Change-Id: Ic63cd5c9a5e9ed46c70f7d7869b4ece281b97e44
2018-03-01hlr: More test coverageHarald Welte1-1/+20
Change-Id: Ic93a2e7498343abcb709d7018c4d49811252342c
2018-02-18sgsn: First PDP CTX ACT test: TC_attach_pdp_actHarald Welte1-2/+48
Change-Id: Ia1bfaca99a2a70bb097e2ee44f54e4a31b849a1b
2018-02-18sgsn: Add TC_detach_* for various GPRS DETACH use casesHarald Welte1-0/+11
Change-Id: I2243b850400482b911d687585929a2eef3490954
2018-01-27msc: Add TC_gsup_cancel testing GSUP Location CancelHarald Welte1-0/+23
Related: OS#2886 Change-Id: Ib962c4a1e71f926631503fe4b3459ca49360dfa4
2018-01-27GSUP_Types: Add tr_GSUP_IMSI as helper for messages with IMSI as first IEHarald Welte1-7/+9
Change-Id: Ie1b9682d102da28fa7de4cb391d61aeb52f1676b
2018-01-27GSUP_Types: Use (value) annotation for send (ts_) templatesHarald Welte1-7/+7
Change-Id: I5c74ad71e8a0966f10bddcdf800cd94226cd900d
2018-01-27GSUP_Types: Make sure our MSISDN encoding agrees with OsmoMSCHarald Welte1-3/+29
OsmoMSC seems to have broken encoding of MSISDN which is not in-line with the spec. Let's adapt to it. Change-Id: I4892df63f1a135573dcac977f5eb0a79cbaffad3 Related: OS#2883
2018-01-24msc: TC_lu_auth_2G_fail: Test auth failure in 2G authHarald Welte1-0/+3
Change-Id: I54ef4137c0b95658b1e844ac1bb13729f27fd0d1
2018-01-24GSUP: Fix handling of odd-length IMSI and 0xF filler digitHarald Welte1-0/+20
Change-Id: I4e0a9f1236504ce6026c6e34fd97fda6fefa832c
2018-01-24msc: Add tests for HLR SAI timeout and HLR SAI errorHarald Welte1-1/+6
Change-Id: I7f8c8ff9ccadd7b7b14cba12a34cebe6855a5367
2018-01-24GSUP/L3: Add templates related to authenticationHarald Welte1-0/+96
Change-Id: Id9566e3e075a8837e2e77a7c2b9d8f0f6e9b7554
2018-01-22msc: Prepare authentication supportHarald Welte1-0/+3
Change-Id: I930bed1907fd0faf61788cf14e75f2b2337572f4
2018-01-21More GSUP and L3 TemplatesHarald Welte1-2/+27
Change-Id: I0e9136fc3b8f171934f054ec149d8dd344faa034
2018-01-21GSUP_Types: Templates for UpdateLocation + ISDHarald Welte1-0/+10
Change-Id: If7a5a1159f098645652114e0c36fea98f63f946c
2018-01-03Add comments with short module description on top of each fileHarald Welte1-0/+12
Change-Id: Id934d7a763b619d52cbec7de439b3708225b81f3
2017-12-28GSUP Support and first test against OsmoHLRHarald Welte1-0/+197
Change-Id: Idd7a6aca1ab193da39294f49a3adc4c1cd7cecff