aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-31attempt to catch a segfault: lchan pointing at stale connneels/os5982Neels Hofmeyr1-0/+34
2023-03-30abis_rsl: Document spec ref of CCCH Load IndPau Espin Pedrol1-1/+1
2023-03-25main: Give specific error messagearehbein1-1/+1
2023-03-25Use new GSM0408 defines for half-octet tagsPau Espin Pedrol1-2/+2
2023-03-22segfault: verify lchan presence on Assignment CompleteNeels Hofmeyr1-0/+5
2023-03-21gsm_bts_check_ny1: Prevent possible division by zeroarehbein1-1/+1
2023-03-20pcu_sock: handle multiple BTSs with one BSC co-located PCU (in theory)Philipp Maier4-90/+119
2023-03-20pcu_sock.c: Call osmo_fd_unregister() before closing and changing listen_bfd->fdPhilipp Maier1-1/+1
2023-03-20pcu_sock: drop usage of PCUIF flag PCU_IF_FLAG_DTPhilipp Maier1-1/+0
2023-03-20pcu_sock: check BTS type properly in pcu_info_update()Philipp Maier1-7/+7
2023-03-20pcu_sock: use is_ericsson_bts() to check for ericsson BTSPhilipp Maier1-1/+1
2023-03-20bts: add function to check if a BTS has a BSC co located PCUPhilipp Maier1-1/+1
2023-03-18fix coverity (false) warning in codec-list vtyNeels Hofmeyr1-20/+18
2023-03-18vty: codec-list: fix error messageNeels Hofmeyr1-1/+1
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol7-43/+66
2023-03-17fix ipacc_rtp_csd_fmt_non_transp(): add missing breaksVadim Yanitskiy1-0/+3
2023-03-16fix bs11_read_swl_file(): properly clean up stale file listVadim Yanitskiy1-5/+3
2023-03-15bsc_subscriber: Optimize lookup of bsub by TMSIPau Espin Pedrol2-5/+77
2023-03-15bsc_subscriber: Introduce bsc_subscriber_store objectPau Espin Pedrol3-25/+37
2023-03-15bsc_subscriber: Mark functions used only internally as staticPau Espin Pedrol1-9/+9
2023-03-15bsc_subscriber: Drop unused function bsc_subscr_find_by_mi()Pau Espin Pedrol1-17/+0
2023-03-15Move bsc_conn_by_bsub() and make it staticPau Espin Pedrol2-13/+13
2023-03-15Optimize subscr_conns lookupPau Espin Pedrol4-98/+135
2023-03-14pcu_sock.c: Call osmo_fd_unregister() before closing and changing bfd->fdPau Espin Pedrol1-1/+1
2023-03-13Assert conn_id being looked up is inside expected rangePau Espin Pedrol2-1/+6
2023-03-13bscc_sccp: Small optimiztion in bsc_sccp_inst_next_conn_id()Pau Espin Pedrol1-13/+31
2023-03-13get_bsc_conn_by_conn_id(): Properly match sccp_instancePau Espin Pedrol1-7/+11
2023-03-13bscc_sccp: Avoid allocating conn_id 0x00FFFFFFPau Espin Pedrol1-2/+17
2023-03-13Clarify type and values of sccp.conn_idPau Espin Pedrol4-17/+18
2023-03-11Makefile.am: remove unneeded AM_LDFLAGS with LIBSVadim Yanitskiy1-6/+0
2023-03-10constify bsc_conn_by_bsub() ptr paramPau Espin Pedrol1-1/+1
2023-03-10ipaccess_drop_oml(): invalidate the feature vectorVadim Yanitskiy1-0/+4
2023-03-09timeslot_fsm: fix PDCH activationPhilipp Maier1-1/+1
2023-03-08abis_rsl: CSD: add RTP_CSD_FMT IE to CRCX/MDCXOliver Smith2-6/+91
2023-03-07pcu_sock: cosmetic: remove whitespace after type castPhilipp Maier1-1/+1
2023-03-07pcu_sock: rename rc to fdPhilipp Maier1-5/+5
2023-03-07pcu_sock: improve loggingPhilipp Maier1-39/+36
2023-03-07pcu_sock: use struct to transfer IMMEDIATE ASSIGNMENT for PCHPhilipp Maier1-10/+8
2023-03-07pcu_sock: activate/deactivate PDCH on pcu reconnectPhilipp Maier2-12/+69
2023-03-07check_chan_mode_rate_against…: fix never true condOliver Smith1-5/+5
2023-03-06pcu_sock: get rid of leaking message bufferPhilipp Maier1-23/+3
2023-03-06Cosmetic: channel_mode_from_lchan: remove fixmeOliver Smith1-1/+0
2023-03-06chan_mode_to_mgcp_codec: support CSDOliver Smith1-0/+6
2023-03-06rsl_tx_ipacc_crcx/mdcx: omit speech mode for CSDOliver Smith2-22/+43
2023-03-06lchan_select: chan_mode_to_chan_type: support CSDOliver Smith1-0/+4
2023-03-06requires_voice_stream -> ch_indctrOliver Smith6-47/+58
2023-03-06assignment_fsm: chan mode check: support CSDOliver Smith2-32/+26
2023-03-06bssmap_handle_ass_req_tp_codec_list: tweak log msgOliver Smith1-1/+1
2023-03-06abis_rsl: ipacc_payload_type: handle CSDOliver Smith1-0/+5
2023-03-06bssmap_handle_ass_req_ct_data: implementOliver Smith3-4/+251