aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-14fixup: gsm48_make_ho_cmd(): optionally add Synchronization Indication IE2021q4Vadim Yanitskiy1-1/+1
2022-03-14gsm48_make_ho_cmd(): optionally add Synchronization Indication IEVadim Yanitskiy3-4/+16
2022-03-14gsm48_make_ho_cmd(): optionally add Cipher Mode Setting IEVadim Yanitskiy3-0/+17
2022-03-14gsm48_make_ho_cmd(): make 'struct gsm_lchan' pointer constVadim Yanitskiy2-3/+5
2022-03-14gsm48_send_ho_cmd(): this function is not used, remove itVadim Yanitskiy2-12/+0
2022-03-10system_information: fix DCS/PCS band indicator in generate_si6()Vadim Yanitskiy1-1/+1
2022-03-03bitvec2freq_list(): fix handling of E-GSM ARFCNsVadim Yanitskiy2-10/+19
2022-03-03tests/gsm0408: add testing coverage for generate_cell_chan_list()Vadim Yanitskiy2-0/+74
2022-03-02ipa oml: Fix encoding of T3105Pau Espin Pedrol3-4/+4
2022-03-02tests: nanobts_omlattr_test: Use msgb_eq_data_print() helperPau Espin Pedrol1-5/+5
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-28inter-BSC HO in: add speech IEs only on speech mode lchansNeels Hofmeyr1-1/+1
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr3-8/+26
2022-02-22rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr4-5/+22
2022-02-16bts: Add explicit switch case for Cell Id SAIPau Espin Pedrol2-0/+2
2022-02-08bssmap_reset: make T4 user configurablePhilipp Maier3-1/+4
2021-12-20bts: fix sourcecode formatting (excess whitespace)Philipp Maier1-1/+1
2021-12-20bts: add missing return -EINVAL statementsPhilipp Maier1-0/+4
2021-12-14treewide: remove FSF addressOliver Smith2-8/+0
2021-12-13abis_nm: actively block BTSs with invalid configurationPhilipp Maier4-53/+63
2021-12-06bts-examples: add example for E1 connected BTSPhilipp Maier1-0/+117
2021-11-30fix assignment success counters: count *before* cleanup of fsm stateNeels Hofmeyr1-2/+2
2021-11-30dbg log: also log assignment counters on BTS levelNeels Hofmeyr1-0/+8
2021-11-30fix chreq:* counters: typos in chreq:successful_* constantsNeels Hofmeyr1-7/+7
2021-11-29dbg log: abis_rsl print_meas_rep(): clarify rxlevNeels Hofmeyr1-1/+1
2021-11-29stats: add bsc.paging:expiredOliver Smith4-0/+11
2021-11-29Cosmetic: osmo-bsc/osmo_bsc_bssap: fix formattingOliver Smith1-14/+7
2021-11-27ipaccess-config: request and print NM_ATT_IPACC_NV_FLAGSVadim Yanitskiy1-1/+30
2021-11-27ipaccess-config: improve readability of printed attribute responseVadim Yanitskiy1-2/+18
2021-11-25Disable C/I based MS Power Control Loop by defaultPau Espin Pedrol2-13/+38
2021-11-24hodec2: fix segv for inter-BSC ho targetNeels Hofmeyr1-19/+31
2021-11-24bsc_subscr_conn_fsm: fix crash if !connOliver Smith1-0/+5
2021-11-19abis_nm: use struct sdp_firmware from libosmocorePhilipp Maier1-10/+6
2021-11-19abis_nm: fix typoPhilipp Maier1-1/+1
2021-11-16Bump version: 1.7.0.359-d13ef-dirty → 1.8.01.8.0Pau Espin Pedrol5-30/+407
2021-11-16move time_cc to libosmocore osmo_time_ccNeels Hofmeyr16-1563/+56
2021-11-15osmo_bsc_main: move generate_ma_for_bts() into bootstrap_bts()Philipp Maier1-3/+4
2021-11-15osmo_bsc_main: call bootstrap_bts when OML TEI comes upPhilipp Maier1-1/+17
2021-11-15[overpower] By default, permit only for speech channels using AMRVadim Yanitskiy4-15/+25
2021-11-15[overpower] Allow configuring specific channel mode(s)Vadim Yanitskiy5-7/+79
2021-11-15abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/gVadim Yanitskiy1-7/+7
2021-11-15abis_rsl: {rep,top}_acch_cap_for_bts(): make *lchan constVadim Yanitskiy1-4/+4
2021-11-15struct gsm_bts: s/temporary_overpower/top_acch_cap/gVadim Yanitskiy4-15/+15
2021-11-15struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/gVadim Yanitskiy4-22/+22
2021-11-15struct gsm_bts: simplify comments for ACCH repetition/overpowerVadim Yanitskiy1-5/+2
2021-11-15bts_vty: fix tabs-vs-spaces issues in cfg_bts_rep_dl_facchVadim Yanitskiy1-4/+4
2021-11-15abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()Vadim Yanitskiy1-1/+1
2021-11-15abis_rsl: simplify checking if channel mode is AMRVadim Yanitskiy1-2/+2
2021-11-15Properly handle dyn TS TCH with vamos after updating subslots_per_pchanPau Espin Pedrol1-5/+10