aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
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 Hofmeyr2-5/+5
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 Hofmeyr2-0/+24
2023-03-03drop gsm_pchan_ids, use sanitized FSM ids insteadNeels Hofmeyr4-32/+17
2023-03-03tweak gsm_pchan_ids[]: DYNAMIC/{OSMOCOM,IPACCESS}Neels Hofmeyr1-2/+2
2023-03-03bsc_test.c: test FSM IDs that contain pchan namesNeels Hofmeyr1-1/+1
2023-03-03stat: change pchan naming to dynamic/{osmocom,ipaccess}Neels Hofmeyr1-4/+4
2023-03-03VTY,CTRL: add pchan dynamic/{osmocom,ipaccess}Neels Hofmeyr2-7/+19
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 Hofmeyr1-0/+7
2023-03-03vty: msc / codec-list: forbid duplicate entriesNeels Hofmeyr2-21/+44
2023-03-03simplify storage of bsc_msc_data->audio_supportNeels Hofmeyr3-39/+24
2023-03-03test_codec_support_bts_rate: add missing breaksOliver Smith1-0/+2
2023-03-02assignment_fsm.c: make two functions staticNeels Hofmeyr1-2/+2
2023-03-02implicitly register osmo_fsm definitionsNeels Hofmeyr6-12/+5
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 Hofmeyr1-1/+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 Hofmeyr1-2/+3
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-02abis_rsl: guard against over long IMMEDIATE ASSIGNMENT MessagesPhilipp Maier1-1/+9
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-28Cosmetic: codec_pref: tweak commentsOliver Smith1-12/+9
2023-02-28Cosmetic: fix various typosOliver Smith2-2/+2
2023-02-28osmo_bsc_main: don't allocate talloc_ctr_ctxOliver Smith1-2/+0
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 Maier1-0/+1
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 Maier1-3/+4
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 Maier2-11/+50
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 Maier1-2/+2
2023-02-10doc: correct reference and add deprecation noticeMax1-1/+1