aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-12WIP: Work towards a more real DL TBF receiver implementationHarald Welte2-17/+161
2018-03-12pcu: First DL TBF hackHarald Welte6-20/+279
2018-03-12bts: Add test for SI1 schedulingHarald Welte1-2/+9
2018-03-12L1CTL: Add f_L1CTL_PARAM for timing advance + tx power controlHarald Welte2-0/+22
2018-03-12BTS_Tests: Fix SI L2 pseudo-length and rest octetsHarald Welte1-7/+7
2018-03-12L1CTL: Fix passing 'combined' and 'offset' from f_L1CTL_RACH()Harald Welte1-1/+1
2018-03-12L1CTL: Try FBSB up to 10 times in f_L1CTL_FBSB()Harald Welte1-5/+8
2018-03-12L1CTL_Types: Fix bit-ordering in FBSB_REQHarald Welte1-1/+1
2018-03-12RLCMAC_EncDec: Fix handling of optional LlcBlockHdrHarald Welte1-3/+3
2018-03-12pcu: Adapt TC_paging to new code structureHarald Welte1-6/+5
2018-03-12pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with other suitesHarald Welte7-11/+11
2018-03-12WIP: pcu testingHarald Welte1-54/+47
2018-03-12gprs_gb: working UL TBF with segmentationHarald Welte7-150/+651
2018-03-12gprs_gb: working Uplink PACKET_CONTROL_ACK against OsmoPCUHarald Welte7-31/+146
2018-03-12bsc: add TC_ms_rel_ind_does_not_cause_bssmap_resetNeels Hofmeyr1-0/+63
2018-03-12bsc: TC_chan_rel_rll_rel_ind: expect full MSC Clear RequestNeels Hofmeyr1-2/+16
2018-03-12bsc: add TC_bssmap_clear_does_not_cause_bssmap_reset()Neels Hofmeyr1-0/+63
2018-03-12bsc: add TC_bssap_rlsd_does_not_cause_bssmap_resetNeels Hofmeyr1-0/+48
2018-03-12bsc: cosmetic: T_guard timeout: add 'self.stop'Neels Hofmeyr1-1/+4
2018-03-07MSC_Tests: Add testcase TC_cr_before_resetPhilipp Maier1-0/+66
2018-03-05bts/BTS_Tests.ttcn: update TC_rach_max_ta test caseVadim Yanitskiy1-1/+3
2018-03-03BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN roleHarald Welte2-7/+61
2018-03-03rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648Harald Welte1-1/+1
2018-03-03Gb: avoid warnings about not-running timersHarald Welte2-4/+4
2018-03-03GSM_Types: Switch TLLI from uint32_t to OCT4Harald Welte5-26/+22
2018-03-02l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACKHarald Welte1-1/+44
2018-03-02gprs_gb: Update config filesHarald Welte1-3/+24
2018-03-02gprs_gb: Add more comments to codeHarald Welte1-0/+11
2018-03-02gb: Fix IEI of t_BSSGP_CAUSE()Harald Welte1-1/+1
2018-03-02hlr: Distinguish "invalid IMSI" from "unknown IMSI" casesHarald Welte1-2/+16
2018-03-02bts: f_validate_si_scheduling(): Print correct TC valueHarald Welte1-1/+1
2018-03-02f_rach_toffs: Print toffs256 value in verdict when failingHarald Welte2-2/+1
2018-03-02hlr: Add testcases for PURGE_MS procedureHarald Welte2-0/+114
2018-03-02hlr: Fix test of UL+ISD state machineHarald Welte1-0/+1
2018-03-02Makefile: use -j8, allow manual PARALLEL_MAKE valNeels Hofmeyr1-1/+1
2018-03-02msc: cosmetic: ts_CM1 template: parameterize esind (Early classmark Sending)Neels Hofmeyr1-2/+2
2018-03-02msc: add TC_lu_imsi_auth_tmsi_encr_3_1_log_msc_debug (OS#2947)Neels Hofmeyr1-0/+15
2018-03-02msc: add TC_lu_imsi_auth_tmsi_encr_3_1_no_cmNeels Hofmeyr1-2/+19
2018-03-02msc: cosmetic: pass BSC_ConnHdlrPars to f_start_handler() as argumentNeels Hofmeyr1-3/+11
2018-03-02msc: cosmetic: f_perform_lu() / pars: move send_early_cm to BSC_ConnHdlrParsNeels Hofmeyr2-25/+27
2018-03-02msc: cosmetic: f_start_handler(): drop the id arg, use testcasename()Neels Hofmeyr1-41/+42
2018-03-01gsup: Make tr_GSUP_ISD_REQ more tolerantHarald Welte1-1/+1
2018-03-01hlr: Add TC_vty_msisdn_isdHarald Welte1-0/+41
2018-03-01hlr: Reduce code duplication by using templateHarald Welte1-3/+6
2018-03-01hlr: More test coverageHarald Welte2-14/+367
2018-03-01hlr: Add hlr sub-directory to master Makefile (for 'make compile' checks)Harald Welte2-2/+2
2018-03-01hlr: Make test run again using current OsmoHLR / TTCN-3 libraryHarald Welte2-3/+15
2018-03-01bts: ensure fake_trx BB CTRL IP is used from main componentHarald Welte1-2/+2
2018-03-01bts: Make IP address of fake_trx BB CTRL port configurableHarald Welte1-2/+3
2018-03-01MSC_ConnectionHandler: make sure altstep existsPhilipp Maier1-1/+0