aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-03-31abis_rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy1-14/+61
2022-03-31abis_rsl: Ensure message length is sufficient for respective headerHarald Welte1-1/+17
2022-03-31fix gsm_bts_get_cbch(): CBCH can be allocated on CnVadim Yanitskiy1-10/+11
2022-03-31cbch_scheduler: cosmetic: s/bts_cbch_timer/bts_cbch_timer_cb/Vadim Yanitskiy1-2/+2
2022-03-31hodec2: add penalty-time low-rxqual-hoNeels Hofmeyr1-0/+13
2022-03-29CBSP: implement MESSAGE STATUS QUERYHarald Welte1-1/+68
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy7-26/+23
2022-03-28SMSCB: Preserve padding at end of page in CBSP -> RSL conversionHarald Welte1-1/+7
2022-03-22BSSMAP LE: handle optional LCS {Client Type, QoS} IEsVadim Yanitskiy1-2/+24
2022-03-22BSSMAP LE: fix handling of LCS Client Type IEVadim Yanitskiy1-0/+10
2022-03-22parse_bssmap_perf_loc_req(): make 'struct tlv_p_entry' pointer constVadim Yanitskiy1-1/+1
2022-03-19SI13: Get rid of si13_defaultPau Espin Pedrol1-55/+46
2022-03-18system_information: Move all si13 specific val update to generate_si13()Pau Espin Pedrol1-9/+14
2022-03-18SI13: Avoid enabling use_egprs_p_ch_req if egprs not supportedPau Espin Pedrol1-1/+1
2022-03-18SI13: Make sure egprs_supported field is always updatedPau Espin Pedrol1-1/+4
2022-03-18SI13: Always send ext_infoPau Espin Pedrol1-4/+3
2022-03-18bts_vty.c: Fix typo in commentPau Espin Pedrol1-1/+1
2022-03-16System Information Type 3: allow updating T3212 at run-timeVadim Yanitskiy2-14/+20
2022-03-16gsm_bts_trx_set_system_infos(): cosmetic: improve readabilityVadim Yanitskiy1-18/+25
2022-03-14fixup: gsm48_make_ho_cmd(): optionally add Synchronization Indication IEVadim Yanitskiy1-1/+1
2022-03-14gsm48_make_ho_cmd(): optionally add Synchronization Indication IEVadim Yanitskiy2-3/+15
2022-03-13gsm48_make_ho_cmd(): optionally add Cipher Mode Setting IEVadim Yanitskiy2-0/+14
2022-03-13gsm48_make_ho_cmd(): make 'struct gsm_lchan' pointer constVadim Yanitskiy1-2/+3
2022-03-13gsm48_make_ho_cmd(): cosmetic: use existing BTS pointerVadim Yanitskiy1-2/+1
2022-03-13gsm48_send_ho_cmd(): this function is not used, remove itVadim Yanitskiy1-10/+0
2022-03-10system_information: fix DCS/PCS band indicator in generate_si6()Vadim Yanitskiy1-1/+1
2022-03-10system_information: use is_ipaccess_bts() helperVadim Yanitskiy1-24/+4
2022-03-09fix inp_sig_cb(): dispatch TS_EV_OML_DOWN to all transceiversVadim Yanitskiy1-1/+6
2022-03-09fix typo in name of BSS_MAP_MSG_ASSIGNMENT_RQSTNeels Hofmeyr2-3/+3
2022-03-09fix extraneous newlines in ho_fail() invocationsNeels Hofmeyr1-3/+3
2022-03-09inter-BSC incoming HO: store Codec List (MSC Preferred)Neels Hofmeyr1-0/+17
2022-03-09tweak error msg: s/inter-BSC MT/inter-BSC incomingNeels Hofmeyr1-2/+2
2022-03-09support "empty" SCCP N-Connect from MSCNeels Hofmeyr3-36/+131
2022-03-09add counter for inter-BSC incoming Handover RequestNeels Hofmeyr2-0/+2
2022-03-08add missing counter increment for Perform Location RequestNeels Hofmeyr1-0/+1
2022-03-06Fix description of BTS_CTR_BTS_RSL_FAIL: s/OML/RSL/Vadim Yanitskiy1-1/+1
2022-03-03silence bogus error: event not permitted: READY_TO_SWITCH_RTPNeels Hofmeyr1-0/+7
2022-03-03tweak logl to ERROR for invalid initial BSSMAPNeels Hofmeyr1-4/+4
2022-03-03bitvec2freq_list(): fix handling of E-GSM ARFCNsVadim Yanitskiy1-9/+18
2022-03-03bitvec2freq_list(): determine empty set by checking the ARFCN countVadim Yanitskiy1-1/+1
2022-03-03system_information: fix unused 'mask' parameter in list_arfcn()Vadim Yanitskiy1-1/+1
2022-03-02ipa oml: Fix encoding of T3105Pau Espin Pedrol1-1/+1
2022-02-28inter-BSC HO in: add Codec List (BSS Supported) IE to HO Req AckNeels Hofmeyr1-0/+4
2022-02-28inter-BSC HO in: add Speech Codec (Chosen) IE to HO Req AckNeels Hofmeyr1-0/+11
2022-02-23inter-BSC HO in: add speech IEs only on speech mode lchansNeels Hofmeyr1-1/+1
2022-02-22cosmetics around select_best_cipher()Neels Hofmeyr1-7/+5
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr2-8/+22
2022-02-18rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr3-4/+4
2022-02-16bts: Add explicit switch case for Cell Id SAIPau Espin Pedrol1-0/+1
2022-02-08bssmap_reset: make T4 user configurablePhilipp Maier2-1/+2