aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-27WIPosmith/iucs-cm-service-acceptOliver Smith1-8/+11
2019-05-25bts: Add TC_pcu_rts_req() to verify PCUIF_RTS_REQHarald Welte1-0/+74
2019-05-25Add TC_pcu_oml_alert() for testing PCU-originated OML alertsHarald Welte1-0/+29
2019-05-25bts: Add Test for receiving PCUIF_TIME_IND on BTS PCU interfaceHarald Welte1-1/+55
2019-05-24bts: Add tests for CCCH LOAD IND (RACH)Harald Welte1-2/+129
2019-05-23bts: Extend BTS_Tests.ttcn with test for RSL channel activation with TA from ...Eric Wild1-0/+50
2019-05-23MSC_Tests: Remove duplicated structures from BSSMAP_TemplatesPau Espin Pedrol1-138/+0
2019-05-23BSSMAP_templates: Update templates to set Osmux fieldsPau Espin Pedrol1-16/+44
2019-05-21bts: Add tests for CBCH LOAD IND (underflow, overflow)Harald Welte2-5/+251
2019-05-21bts: Add TC_sms_cb_cmd_sdcch{4,8}_extd_multiHarald Welte1-0/+18
2019-05-21bts: Test case for mixed NORMAL and DEFAULT SMSCBHarald Welte1-0/+19
2019-05-21bts: Refactor code to support mixed DEFAULT + NORMAL and EXTENDED CBCHHarald Welte2-62/+220
2019-05-21bts: Test for removal of CBCH DEFAULT messageHarald Welte1-0/+52
2019-05-21bts: Add TC_sms_cb_cmd_cbch_sdcch{4,8}_default_onlyHarald Welte1-12/+105
2019-05-21bts: Add TC_sms_cb_cmd_cbch_sdcch{4,8}_multi()Harald Welte1-0/+36
2019-05-21bts: CBCH related tests for OsmoBTSHarald Welte3-6/+353
2019-05-21Depend on our own fork of titan.ProtocolModules.BSSMAPPau Espin Pedrol5-7/+7
2019-05-21RTP_Emulation: Avoid failure if T_transmit triggers between bind and connectPau Espin Pedrol1-1/+5
2019-05-20bts: Add TC_sacch_chan_act_ho_async + TC_sacch_chan_act_ho_syncHarald Welte1-4/+152
2019-05-20RSL_Types: Add ts_RSL_IE_MS_Power() template for MS Power IEHarald Welte1-0/+6
2019-05-20RSL_Types: Add dissected RSL_IE_ActivationType and related templatesHarald Welte1-10/+36
2019-05-20L1CTL: Add f_L1CTL_DM_EST_REQ() for activation without IMM.ASSHarald Welte1-1/+5
2019-05-19bts: Add TC_sacch_chan_act() to test SACCH INFO at RSL CHAN ACTHarald Welte2-4/+82
2019-05-19RSL_Types: Add support for RSL_IE_MSG_ID as used in ERROR REPORTHarald Welte1-0/+2
2019-05-19bts: Extend BTS_Tests.ttcn with test for RSL error handlingHarald Welte1-3/+93
2019-05-19start-testsuite.sh: remove superflouse `set -e`Alexander Couzens1-1/+0
2019-05-17library/PCUIF_Types.ttcn: add explicit ALIGN(left) attributeVadim Yanitskiy1-6/+4
2019-05-11add three tests for CIPHER MODE COMPLETE without algoStefan Sperling4-3/+120
2019-05-11msc: Add a test for LU with invalid MCC/MNC in BSSAP/RANAPHarald Welte2-0/+43
2019-05-11msc: Separate as_GSUP_SAI from f_mm_authHarald Welte1-19/+24
2019-05-11Fix regression in tr_GSUP_PROC_SS_ERR during inter-MSC-hoHarald Welte1-1/+1
2019-05-11Make f_gen_tr_ss_ies() work for both 'latest' and 'master'Harald Welte1-1/+9
2019-05-11BSSGP_Emulation: More/improved commentsHarald Welte1-1/+3
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-10Revert partial of 0ac6315212a3 ("msc: add inter-BSC and inter-MSC Handover te...Alexander Couzens1-6/+0
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-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-10library: Add PAP_Types for PPP Authentication Protocol (RFC 1334)Harald Welte1-0/+90
2019-05-10ggsn: Verify that there are no duplicate PCO protocolIDsHarald Welte1-0/+37
2019-05-10RAN_Emulation: Fix IMSI table lookup on RANAP pagingHarald Welte1-1/+1
2019-05-09msc: Permit optional authentication before reject/timeoutHarald Welte1-0/+3
2019-05-09msc: Don't require protocolExtensions in RANAP PagingHarald Welte2-4/+4
2019-05-09msc: add inter-BSC and inter-MSC Handover testsNeels Hofmeyr6-92/+1015