aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-25ctrl: Add penalty time controlfeature/control-interface-penalty-timeMatan Perelman1-0/+60
2023-04-25ctrl: Remove dots from OOMMatan Perelman2-5/+5
2023-04-25ctrl: Add cell reselection offset controlchange-32425Matan Perelman1-0/+44
2023-04-20CSD: support non-transparent data ratesOliver Smith1-4/+17
2023-04-19abis_rsl: fix encoding RSL_IE_IPAC_RTP_CSD_FORMATOliver Smith1-7/+7
2023-04-15fix comment typoNeels Hofmeyr1-1/+1
2023-04-14log: N-PCSTATE: use new value_stringsNeels Hofmeyr1-6/+11
2023-04-14SCCP N-PCSTATE: trigger MSC status on PC availabilityNeels Hofmeyr3-1/+111
2023-04-07si2quater: check return value of osmo_earfcn_del()Vadim Yanitskiy1-1/+3
2023-04-06si2quater: add CTRL commands for deleting neighbor [EU]ARFCNsVadim Yanitskiy1-0/+73
2023-04-05ipaccess nm: Handle TS_EV_OML_DOWN through NM FSMPau Espin Pedrol2-3/+3
2023-04-05ipaccess nm: Delay marking TS as usable until OML reports Enabled statePau Espin Pedrol2-1/+3
2023-04-05si2quater: bts_earfcn_add(): do not add duplicate EARFCNsVadim Yanitskiy3-68/+72
2023-04-05si2quater: bts_uarfcn_add(): modify existsing UARFCNsVadim Yanitskiy3-9/+15
2023-04-05si2quater: bts_uarfcn_add(): check if already added firstVadim Yanitskiy1-3/+3
2023-04-05cosmetic: bts_vty: switch is not a function, add a spaceVadim Yanitskiy1-1/+1
2023-04-05cosmetic: bts_uarfcn_add(): pass diversity directly to encode_fdd()Vadim Yanitskiy1-1/+1
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