aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-03bssmap_rcvmsg_dt1(): consistently log on conn->fineels/bssmap_lengthNeels Hofmeyr1-2/+3
2023-03-03do not pass length outside of msgb (3): bssmap_rcvmsg_dt1()Neels Hofmeyr1-39/+36
2023-03-03do not pass length outside of msgb (2): bssmap_msg_len()Neels Hofmeyr1-5/+4
2023-03-03do not pass length outside of msgb (1): bsc_handle_dt()Neels Hofmeyr3-6/+6
2023-03-03vty: improve doc for 'amr tch-X modes'Neels Hofmeyr1-2/+4
2023-03-03log error if any of the AMR S1 rates are forbiddenNeels Hofmeyr3-0/+25
2023-03-03doc: add codec_resolution.ladderNeels Hofmeyr2-0/+140
2023-03-03doc: add codec_resolution.mscNeels Hofmeyr2-0/+49
2023-03-03drop gsm_pchan_ids, use sanitized FSM ids insteadNeels Hofmeyr5-35/+17
2023-03-03tweak gsm_pchan_ids[]: DYNAMIC/{OSMOCOM,IPACCESS}Neels Hofmeyr3-8/+9
2023-03-03bsc_test.c: test FSM IDs that contain pchan namesNeels Hofmeyr4-1/+115
2023-03-03stat: change pchan naming to dynamic/{osmocom,ipaccess}Neels Hofmeyr1-4/+4
2023-03-03VTY,CTRL: add pchan dynamic/{osmocom,ipaccess}Neels Hofmeyr8-63/+83
2023-03-03ensure correct phys_chan_config doc string count on VTYNeels Hofmeyr1-1/+6
2023-03-03vty: msc / codec-list: forbid invalid codec versionsNeels Hofmeyr2-10/+17
2023-03-03vty: msc / codec-list: forbid duplicate entriesNeels Hofmeyr4-23/+48
2023-03-03simplify 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
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