aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-05log: N-PCSTATE: use new value_stringsneels/log_timestampsNeels Hofmeyr1-6/+11
2023-04-05SCCP N-PCSTATE: trigger MSC status on PC availabilityNeels Hofmeyr3-1/+92
2023-04-05deprecation: use new log_set_print_timestamp2()Neels Hofmeyr4-4/+4
2023-04-04bsc_mgw_setup: use mgcp_client_pool_empty()Oliver Smith2-3/+8
2023-03-31gprs: fix has_valid_nsvc(): permit local udp port 0Vadim Yanitskiy1-2/+7
2023-03-31tests: add more tests for GPRS NSVC parametersVadim Yanitskiy1-0/+68
2023-03-31tests: rename and extend gprs_{bvci_default->params}.vtyVadim Yanitskiy2-13/+48
2023-03-31doc/{examples,manuals}: remove dummy 'gprs nsvc 1'Vadim Yanitskiy3-12/+0
2023-03-31PCU interface: Log version when starting listenerarehbein1-1/+2
2023-03-31tests: demonstrate the problems of 'si2quater neighbor-list'Vadim Yanitskiy1-0/+39
2023-03-31tests: add VTY transcript tests for 'si2quater neighbor-list'Vadim Yanitskiy1-0/+128
2023-03-31osmoappdesc.py: add more config files for testingVadim Yanitskiy1-0/+3
2023-03-31tests: $(BUILT_SOURCES) is not defined, depend on osmo-bscVadim Yanitskiy1-3/+3
2023-03-31bts-rbs2k: Simplify osmo_fsm_inst_alloc_child_id()Pau Espin Pedrol1-13/+4
2023-03-31Move paging queue specific handling to signal callback outside RSL codePau Espin Pedrol3-6/+18
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 Pedrol2-3/+4
2023-03-24doc: bts-examples: discuss Ericsson RBS EGPRS configurationPhilipp Maier2-1/+135
2023-03-24examples: update erissson GPRS config filesPhilipp Maier2-0/+24
2023-03-24doc: running: Describe how to configure a co-located PCUPhilipp Maier2-0/+45
2023-03-24bts: bts: Explain Ericsson's interface switch (IS)Philipp Maier2-1/+138
2023-03-22add location_services_fsm_bsc.dotNeels Hofmeyr2-0/+41
2023-03-22segfault: verify lchan presence on Assignment CompleteNeels Hofmeyr1-0/+5
2023-03-21gsm_bts_check_ny1: Prevent possible division by zeroarehbein2-3/+3
2023-03-21doc: overview: replace section TRAU mapper / E1 sub-channel muxerPhilipp Maier1-8/+10
2023-03-20doc: add sample configuration for GPRS with ericsson RBSPhilipp Maier2-0/+195
2023-03-20pcuif_proto: increment version numberPhilipp Maier1-1/+1
2023-03-20pcu_sock: handle multiple BTSs with one BSC co-located PCU (in theory)Philipp Maier7-98/+127
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 Maier2-2/+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 Maier2-1/+13
2023-03-20bts: is_xyz_bts check functions should return boolPhilipp Maier1-18/+18
2023-03-18fix coverity (false) warning in codec-list vtyNeels Hofmeyr2-29/+27
2023-03-18vty: codec-list: fix error messageNeels Hofmeyr2-2/+2
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol9-58/+86
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 Pedrol4-6/+84
2023-03-15bsc_subscriber: Introduce bsc_subscriber_store objectPau Espin Pedrol7-57/+71
2023-03-15bsc_subscriber: Mark functions used only internally as staticPau Espin Pedrol2-18/+9
2023-03-15bsc_subscriber: Drop unused function bsc_subscr_find_by_mi()Pau Espin Pedrol2-19/+0
2023-03-15Move bsc_conn_by_bsub() and make it staticPau Espin Pedrol3-14/+13
2023-03-15Optimize subscr_conns lookupPau Espin Pedrol6-100/+154
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