aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-03gsm_04_08_rr: fix hopping parameters in RR Assignment CommandVadim Yanitskiy1-3/+9
2020-07-03generate_ma_for_ts(): constify per cell/timeslot ARFCN bit-vectorsVadim Yanitskiy1-2/+2
2020-07-03system_information: constify bitvec in freq. list encoding APIVadim Yanitskiy1-3/+3
2020-07-03system_information: publicly declare generate_cell_chan_list()Vadim Yanitskiy3-5/+3
2020-07-01create ASP+AS only once per cs7 instanceNeels Hofmeyr1-86/+140
2020-07-01vty: check with is_ipaccess_bts() before using IPACCPhilipp Maier1-1/+7
2020-06-29abis_rsl: Mobile Allocation IE in CHANnel ACTIVation shall be emptyVadim Yanitskiy1-5/+4
2020-06-24lchan_rtp_fsm: fix out_state_maskPhilipp Maier1-0/+1
2020-06-24vty/bts_resend_cmd: Use gsm_bts_set_system_infos() to increment changemarkHarald Welte1-3/+1
2020-06-24fix segfault introduced by recent segfault fixNeels Hofmeyr1-9/+12
2020-06-23Avoid selecting channels from administratively locked trxPau Espin Pedrol3-8/+8
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy8-24/+70
2020-06-21system_information: Set BSS_PAGING_COORDINATION in SI13 for osmo-btsHarald Welte2-0/+6
2020-06-21vty: hide 'mscpool roundrobin next'Neels Hofmeyr1-7/+7
2020-06-21Count RSL DELETE INDICATION received from BTSHarald Welte1-2/+2
2020-06-21bs11_config: Print "Not Equipped" for MBCCU (TRX) that don't existHarald Welte1-0/+1
2020-06-21[cosmetic] system_information: Values are not guesses; more commentsHarald Welte1-3/+2
2020-06-19merge files: absorb osmo_bsc_vty.c into bsc_vty.cNeels Hofmeyr3-1032/+976
2020-06-19bsc: Allow setting negative nominal tx power through VTYPau Espin Pedrol1-1/+1
2020-06-18abis_nm: fix length indicator in Set Channel AttributesVadim Yanitskiy1-5/+6
2020-06-18abis_nm: fix ARFCN list encoding in Set Channel AttributesVadim Yanitskiy1-11/+28
2020-06-17MSC pooling: add rate countersNeels Hofmeyr2-1/+50
2020-06-17debug: log about matching Paging Response to earlier PagingNeels Hofmeyr1-1/+8
2020-06-17log: add MSC number to bsc_subscr_conn_fsm idNeels Hofmeyr1-1/+4
2020-06-17vty: add 'mscpool roundrobin next' for ttcn3 testsNeels Hofmeyr1-0/+13
2020-06-17MSC pooling: add 'no allow-attach' for MSC off-loadingNeels Hofmeyr3-1/+40
2020-06-17MSC pooling: LU: ignore TMSI NRI from a different PLMNNeels Hofmeyr1-0/+49
2020-06-17MSC pooling: implement NAS node selection by NRI from TMSINeels Hofmeyr1-3/+42
2020-06-17MSC pooling: make NRI mappings VTY configurableNeels Hofmeyr4-1/+210
2020-06-16tweak log category for Compl L3 errorNeels Hofmeyr1-1/+1
2020-06-16use osmo_mobile_identity API everywhereNeels Hofmeyr5-50/+61
2020-06-16remove extract_sub(), add bsc_subscr_find_or_create_by_mi()Neels Hofmeyr3-54/+50
2020-06-16osmo-bsc main: exit on cmdline option errorNeels Hofmeyr1-2/+3
2020-06-16add osmo-bsc --vty-ref-xml: dump VTY ref XML to stdoutNeels Hofmeyr1-0/+12
2020-06-16Count assignment rates per BTS as wellDaniel Willmann1-13/+15
2020-06-16abis_rsl: Count successful channel requestsDaniel Willmann1-1/+7
2020-06-10refactor bsc_find_msc()'s round-robinNeels Hofmeyr1-59/+66
2020-06-08osmo-bsc: Use designated initializer in bts_stat_descDaniel Willmann1-24/+45
2020-06-03is_cm_service_for_emerg(): return false, not 0Neels Hofmeyr1-1/+1
2020-06-03cosmetic: tweak rc type of is_cm_service_for_emerg()Neels Hofmeyr1-1/+1
2020-06-03create only one SCCP user per SCCP instanceNeels Hofmeyr1-2/+6
2020-06-03CTRL: determine MSC connection status from RESET-ACK, not AS_ACTIVENeels Hofmeyr1-10/+2
2020-06-03abis_nm: fix: properly truncate feature vector reported by BTSVadim Yanitskiy1-3/+4
2020-06-03abis_nm: cosmetic: use sizeof() for printing buffer sizeVadim Yanitskiy1-2/+2
2020-06-03abis_nm: cosmetic: add curly braces to complex 'if' statementsVadim Yanitskiy1-5/+10
2020-05-31bsc_bts_alloc_register(): fix possible NULL-pointer dereferenceVadim Yanitskiy1-0/+1
2020-05-31bts_sysmobts: fix: properly zero-initialize the feature vectorVadim Yanitskiy1-1/+1
2020-05-31bts_unknown: fix: properly initialize the feature vectorVadim Yanitskiy1-0/+6
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr12-82/+55
2020-05-29drop MSC types "local" vs "normal"Neels Hofmeyr3-18/+4