aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-08ipaccess-config: use POSIX regex for Unit ID format checkVadim Yanitskiy1-21/+9
2019-04-08osmo_bsc_lcls.c: cosmetic: make Coverity happyVadim Yanitskiy1-3/+3
2019-04-07gsm_data.c: use REG_NOSUB flag of regcomp()Vadim Yanitskiy1-1/+1
2019-04-04abis_nm.c: fix broken logging in abis_nm_rx_ipacc()Vadim Yanitskiy1-3/+4
2019-04-04abis_nm.c: use msgb_lv_put() to put abis_nm_ipa_magicVadim Yanitskiy1-3/+2
2019-04-04abis_nm.c: use abis_nm_ipa_magic from libosmocoreVadim Yanitskiy1-8/+4
2019-04-04abis_nm.c: also print TRX number in abis_nm_get_attr()Vadim Yanitskiy1-1/+1
2019-04-04abis_nm.c: use proper format specifiers for BTS / TRX numberVadim Yanitskiy1-6/+6
2019-03-27nanobts: use libosmocore's osmo_store*() for OML attr. patchingMax1-12/+3
2019-03-27osmo_bsc_bssap: check bssmap length fieldPhilipp Maier1-1/+31
2019-03-24avoid use-after-free: on MGW endpoint dealloc, also forget it in conn->ho.*Neels Hofmeyr1-3/+6
2019-03-19lchan_fsm: add missing header file.Philipp Maier1-0/+1
2019-03-19AMR: Signal usage of octet-aligned or bandwith-efficient mode to MSCPhilipp Maier2-0/+42
2019-03-19OML: Fix encoded length value of OML GET ATTRIBUTESHarald Welte1-1/+1
2019-03-19lchan_fsm: do not include 12.2k in active set on HR channelsPhilipp Maier1-0/+9
2019-03-19lchan_fsm: make sure multi rate configuration is validPhilipp Maier1-1/+6
2019-03-19codec_pref: fix special handling for AMR rate configuration (S15-S0)Philipp Maier1-29/+56
2019-03-19osmo_bsc_msc: Use meaningful amr rate configuration on BTS levelPhilipp Maier1-18/+17
2019-03-15fix another log line end in assignment_fsm.cPau Espin Pedrol1-1/+1
2019-03-14fix log line end in assignment_fsm.cNeels Hofmeyr1-1/+1
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr5-156/+124
2019-03-14src/utils/Makefile.am: Drop unneeded sigtran and mgcp-client depsPau Espin Pedrol1-3/+0
2019-03-14configure.ac: Add flag to enable/disable build of ipaccess related utilsPau Espin Pedrol1-1/+4
2019-03-14net_init.c: remove unneeded headerPau Espin Pedrol1-1/+0
2019-03-14ipaccess/Makefile.am: Remove unneeded libosmo-sigtran depPau Espin Pedrol1-2/+0
2019-03-14Move msc related code from gsm_data to bsc_mscPau Espin Pedrol2-17/+15
2019-03-14Move LCLS references from gsm_data to osmo_bsc_lclsPau Espin Pedrol2-7/+7
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut5-124/+156
2019-03-14log N-CONNECT from MSCNeels Hofmeyr1-0/+4
2019-03-14incoming connect: don't crash if calling addr is missingNeels Hofmeyr1-1/+0
2019-03-12ipaccess/Makefile.am: Remove unneeded libmgcp-client depPau Espin Pedrol2-3/+0
2019-03-11handover_fsm: copy old S15_S0 to new lchanPhilipp Maier1-0/+1
2019-03-08assignment_fsm: use activate.info.s15_s0 for ASS. COMPL.Philipp Maier1-1/+1
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier5-103/+292
2019-02-07bsc_vty: add features to disable specific lchans via vtyPhilipp Maier2-0/+48
2019-02-06handover_fsm: do not access conn->assignment.req, it may be outdatedNeels Hofmeyr2-1/+2
2019-02-05Implement CSFB "Fast Return" Handling at RR RELEASEHarald Welte3-1/+86
2019-02-05gsm_data: Add gsm_bts_name() just like we have gsm_{trx,ts,lchan}_name()Harald Welte1-0/+10
2019-01-31bsc_vty: add vty command to display all lchansPhilipp Maier1-14/+29
2019-01-28LCLS: use libosmocore function to add statusMax2-39/+4
2019-01-22abis_rsl: Fix TCH-as-SDCCH allocation on Channel RequestNeels Hofmeyr1-14/+4
2019-01-22lchan_select: Do not unsolicitedly select a TCH/FPhilipp Maier1-17/+0
2019-01-21lchan_select: dont allow half rate EFR to be selectedPhilipp Maier1-1/+5
2019-01-21LCLS: constify helper parametersMax1-4/+4
2019-01-17chan_alloc: remove references to lchan_alloc()Philipp Maier1-2/+0
2019-01-16Log MDCX ACK for established lchanMax1-1/+8
2019-01-14Print BTS number on GPRS options errorMax1-12/+12
2019-01-14paging: fix nullpointer derefPhilipp Maier1-0/+5
2019-01-05use mgcp-client configured endpoint domain nameNeels Hofmeyr1-2/+3
2019-01-04LCLS: use enum values instead of magic numbersMax1-5/+5