aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-03cosmetic: timeslot_fsm.c: move some code to separate functionneels/for_dexterNeels Hofmeyr1-14/+23
2023-03-03test_codec_support_bts_rate: add missing breaksOliver Smith1-0/+2
2023-03-02bsc_test: add 'update_exp'Neels Hofmeyr1-0/+4
2023-03-02assignment_fsm.c: make two functions staticNeels Hofmeyr1-2/+2
2023-03-02implicitly register osmo_fsm definitionsNeels Hofmeyr11-25/+5
2023-03-02add timeslot.vtyNeels Hofmeyr1-0/+71
2023-03-02select_codecs(): constify ct argNeels Hofmeyr1-1/+1
2023-03-02select_codecs(): doc tweakNeels Hofmeyr1-1/+1
2023-03-02cosmetic: clarify test_codec_support_bts()Neels Hofmeyr1-22/+16
2023-03-02vty: msc / codec-list: tweak error msgNeels Hofmeyr2-9/+1
2023-03-02bsc_vty.c write_msc(): fix weird printf formatNeels Hofmeyr1-2/+2
2023-03-02bsc_vty.c: s/bsc/msc for commands under msc nodeNeels Hofmeyr1-18/+18
2023-03-02vty: improve doc for 'codec-list'Neels Hofmeyr2-4/+5
2023-03-02cosmetic: use i++ instead of ++i in for loopNeels Hofmeyr1-1/+1
2023-03-02cosmetic: use char literals in cfg_net_bsc_codec_list()Neels Hofmeyr1-2/+2
2023-03-02add msc.vty to test 'msc' / 'codec-list' cfgNeels Hofmeyr1-0/+124
2023-03-02pick up all *.vty in EXTRA_DISTNeels Hofmeyr1-11/+1
2023-03-02abis_rsl: guard against over long IMMEDIATE ASSIGNMENT MessagesPhilipp Maier1-1/+9
2023-03-01examples: osmo-bsc-minimal.cfg: drop codec-listNeels Hofmeyr1-1/+0
2023-03-01utils: fix incorrect string checks in meas_db_insert()Vadim Yanitskiy1-3/+3
2023-03-01pcu_sock: print OML alerts from PCUPhilipp Maier1-0/+3
2023-03-01codec_pref: split test_codec_support_bts_rateOliver Smith1-18/+24
2023-03-01bssmap_handle_ass_req_ct_speech: refactorOliver Smith1-30/+21
2023-03-01bssmap_handle_ass_req_ct_speech: split upOliver Smith1-29/+78
2023-03-01bssmap_handle_assignm_req: split upOliver Smith1-123/+144
2023-02-28utils: store more fields from meas-feed in dbMichael Iedema4-56/+63
2023-02-28Cosmetic: codec_pref: tweak commentsOliver Smith1-12/+9
2023-02-28Cosmetic: fix various typosOliver Smith2-2/+2
2023-02-28timeslot_fsm: fix sourcecode indentingPhilipp Maier1-3/+3
2023-02-28osmo_bsc_main: don't allocate talloc_ctr_ctxOliver Smith1-2/+0
2023-02-27Work around coverity false positives in macrosHarald Welte1-2/+2
2023-02-16fsms: use configurable timers instead of T23042Oliver Smith2-4/+4
2023-02-16ho: remove timeout for HO_ST_WAIT_LCHAN_ESTABLISHEDOliver Smith1-1/+1
2023-02-16ho: remove timeout for HO_ST_WAIT_LCHAN_ACTIVEOliver Smith1-1/+1
2023-02-13bsc_subscriber_conn_fsm: use subslot 0 in case of E1 full subslotPhilipp Maier1-1/+7
2023-02-13bts_trx_vty: use define constant E1_SUBSLOT_FULL instead magic numberPhilipp Maier1-2/+2
2023-02-13pcu_sock: set direct TLLI flag in info indicationPhilipp Maier2-0/+2
2023-02-13pcu_sock: transfer E1 connection information to PCUPhilipp Maier1-1/+70
2023-02-13pcu_sock: transfer sysinfo to PCUPhilipp Maier1-0/+122
2023-02-13abis_rsl: constify parameters of rsl_X_imm_assign_cmdPhilipp Maier2-5/+7
2023-02-13pcu_sock: use extract_paging_group() for PCU_IF_SAPI_PCHPhilipp Maier1-10/+2
2023-02-13abis_rsl: add support for sending IMMEDIATE ASSIGNMENT through PCHPhilipp Maier3-12/+51
2023-02-11pcu_sock: cosmetic: remove space before tabPhilipp Maier1-1/+1
2023-02-11pcuif_proto: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DTPhilipp Maier2-3/+3
2023-02-10doc: correct reference and add deprecation noticeMax1-1/+1
2023-02-07Bump version: 1.9.0.150-64930-dirty → 1.10.01.10.0Pau Espin Pedrol5-26/+195
2023-02-07pcuif_proto: move gsm_pcu_if_e1_ccu_ind into right placePhilipp Maier1-11/+11
2023-02-06bsc_vty: use gsmnet_from_vty() everywhere, not vty->indexVadim Yanitskiy1-5/+5
2023-02-06fix bsc_vty_go_parent(): add missing case for MGW_NODEVadim Yanitskiy1-0/+5
2023-02-06timeslot_fsm: remove duplicate TS_ST_BORKEN from out_state_maskPhilipp Maier1-1/+0