aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-06lchan_select: chan_mode_to_chan_type: support CSDOliver Smith1-0/+4
2023-03-06requires_voice_stream -> ch_indctrOliver Smith10-56/+71
2023-03-06tests/handover: wrap functions from gsm_08_08.cOliver Smith2-6/+23
2023-03-06assignment_fsm: chan mode check: support CSDOliver Smith3-32/+29
2023-03-06bssmap_handle_ass_req_tp_codec_list: tweak log msgOliver Smith1-1/+1
2023-03-06abis_rsl: ipacc_payload_type: handle CSDOliver Smith2-0/+6
2023-03-06bssmap_handle_ass_req_ct_data: implementOliver Smith7-4/+268
2023-03-06cosmetic: timeslot_fsm.c: move some code to separate functionNeels Hofmeyr1-14/+23
2023-03-05channel_mode_from_lchan: add GSM48_CMODE_DATA_3k6Oliver Smith1-0/+1
2023-03-05lchan.h: remove enum lchan_csd_modeOliver Smith2-61/+12
2023-03-04doc: add codec_resolution.mscNeels Hofmeyr2-0/+49
2023-03-04drop gsm_pchan_ids, use sanitized FSM ids insteadNeels Hofmeyr5-35/+17
2023-03-04tweak gsm_pchan_ids[]: DYNAMIC/{OSMOCOM,IPACCESS}Neels Hofmeyr3-8/+9
2023-03-04bsc_test.c: test FSM IDs that contain pchan namesNeels Hofmeyr4-1/+115
2023-03-04stat: change pchan naming to dynamic/{osmocom,ipaccess}Neels Hofmeyr1-4/+4
2023-03-04VTY,CTRL: add pchan dynamic/{osmocom,ipaccess}Neels Hofmeyr8-63/+83
2023-03-04ensure correct phys_chan_config doc string count on VTYNeels Hofmeyr1-1/+6
2023-03-04vty: msc / codec-list: forbid invalid codec versionsNeels Hofmeyr2-10/+17
2023-03-04vty: msc / codec-list: forbid duplicate entriesNeels Hofmeyr4-23/+48
2023-03-04simplify storage of bsc_msc_data->audio_supportNeels Hofmeyr6-130/+76
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