aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-23Avoid selecting channels from administratively locked trxPau Espin Pedrol4-8/+11
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy9-25/+72
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 Welte2-2/+5
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 Hofmeyr4-1033/+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 Hofmeyr4-1/+67
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-17mscpool: add user manual chapterNeels Hofmeyr2-0/+215
2020-06-17MSC pooling: add 'no allow-attach' for MSC off-loadingNeels Hofmeyr5-1/+55
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 Hofmeyr7-1/+367
2020-06-16tweak log category for Compl L3 errorNeels Hofmeyr1-1/+1
2020-06-16use osmo_mobile_identity API everywhereNeels Hofmeyr7-53/+64
2020-06-16remove extract_sub(), add bsc_subscr_find_or_create_by_mi()Neels Hofmeyr7-58/+55
2020-06-16osmo-bsc main: exit on cmdline option errorNeels Hofmeyr1-2/+3
2020-06-16manuals: generate vty reference xml at build timeNeels Hofmeyr3-5096/+7
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 Willmann2-13/+29
2020-06-16abis_rsl: Count successful channel requestsDaniel Willmann2-1/+9
2020-06-16gsm_data.h: Remove period at end of counter descriptionDaniel Willmann1-19/+19
2020-06-10refactor bsc_find_msc()'s round-robinNeels Hofmeyr2-59/+70
2020-06-08osmo-bsc: Use designated initializer in bts_stat_descDaniel Willmann1-24/+45
2020-06-03gsm0408_test.c: drop test_mi_functionality()Neels Hofmeyr2-33/+0
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-31handover_test: use 'unknown' BTS type instead of 'sysmobts'Vadim Yanitskiy3-3/+5
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-31gsm_data: cosmetic: mark argument of is_*_bts() as constVadim Yanitskiy1-6/+6
2020-05-31doc/manuals: regenerate the VTY reference fileVadim Yanitskiy1-130/+0
2020-05-29flatten: move network->bsc_data->* to network->*Neels Hofmeyr14-104/+65
2020-05-29drop MSC types "local" vs "normal"Neels Hofmeyr4-24/+4
2020-05-29doc/examples: remove deprecated ussd text configNeels Hofmeyr1-4/+0
2020-05-29drop all BSC originated USSD notification featuresNeels Hofmeyr20-542/+27
2020-05-29code cleanup: absorb complete_layer3() into bsc_compl_l3()Neels Hofmeyr1-29/+18