aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-1/+1
2021-04-27abis_nm_ipaccess_rsl_connect(): use msgb to compose attrNeels Hofmeyr1-13/+10
2021-04-14deprecation: use osmo_bts_features_*()Neels Hofmeyr1-1/+1
2021-04-07abis_nm: cosmetic: use osmo_bts_feature_name()Vadim Yanitskiy1-1/+1
2021-04-07abis_nm: rework warnings about unknown / not supported featuresVadim Yanitskiy1-5/+14
2021-02-20abis_nm: enrich debug messages with contextual infoVadim Yanitskiy1-41/+44
2020-12-04abis_nm: Simplify param passing to abis_nm_rx_get_attr_resp()Pau Espin Pedrol1-3/+7
2020-12-04Introduce NM GPRS NSVC FSMAlexander Couzens1-0/+1
2020-12-03Introduce NM GPRS NSE FSMPau Espin Pedrol1-0/+3
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-3/+3
2020-10-17ipa: Fix use of null pointer in log macroPau Espin Pedrol1-3/+0
2020-10-15abis_nm: Log Opstart NACK with error loglevelPau Espin Pedrol1-1/+1
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol1-1/+9
2020-10-15Introduce NM BTS FSMPau Espin Pedrol1-1/+9
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol1-1/+12
2020-10-02abis_nm: Remove duplicated log linePau Espin Pedrol1-1/+0
2020-10-02abis_nm: Log no state change detectedPau Espin Pedrol1-1/+3
2020-09-30abis_nm: Log Rx Change Administrative State ACKPau Espin Pedrol1-0/+3
2020-09-21abis_nm: abis_nm_perform_test: fix a potential null derefAlexander Couzens1-1/+4
2020-09-20oml: Fix premature Opstart to Radio CarrierPau Espin Pedrol1-0/+9
2020-09-17abis_nm: improve logging message in abis_nm_get_attr()Vadim Yanitskiy1-4/+5
2020-09-17abis_nm: use LOGPFOH()/DEBUGPFOH() in parse_attr_resp_info_unreported()Vadim Yanitskiy1-7/+10
2020-09-15abis_nm: use DEBUGPFOH() in abis_nm_rx_sw_act_req()Vadim Yanitskiy1-1/+1
2020-09-15abis_nm: use btstype2str() in abis_nm_rcvmsg_manuf()Vadim Yanitskiy1-1/+1
2020-09-15abis_nm: abis_nm_get_ts(): use LOGPFOH() instead of generic LOGP()Vadim Yanitskiy1-4/+2
2020-09-15abis_nm: LOGPFOH()/DEBUGPFOH(): remove redundant context infoVadim Yanitskiy1-22/+17
2020-09-15abis_nm: fix msgb memleak in _abis_nm_sendmsg()Vadim Yanitskiy1-0/+1
2020-09-15abis_nm: fix erroneous use of LOGPC() instead of LOGP()Vadim Yanitskiy1-3/+3
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol1-20/+0
2020-07-18bts: Drop duplicated function to get trx by numberPau Espin Pedrol1-2/+2
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-8/+1
2020-07-14abis_nm: Avoid various "Unhandled message" errors on BS-11 startupHarald Welte1-0/+12
2020-06-23Avoid selecting channels from administratively locked trxPau Espin Pedrol1-3/+0
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-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-16A-bis: fix logging level mismatch in abis_nm_rcvmsg_fom()Vadim Yanitskiy1-2/+2
2020-03-27VTY: add show bts failure reportOliver Smith1-0/+15
2020-03-26abis_nm: move fail report parsing to extra funcOliver Smith1-40/+60
2020-03-23abis_nm.c: rx_fail_evt_rep: fix sd.btsOliver Smith1-1/+1
2020-01-06Introduce nm_fail_rep_signal_data for "SS_NM, S_NM_FAIL_REP" signalHarald Welte1-1/+19
2019-12-02abis_nm.c: fix RSL connection timeout for trx->nr > 0Vadim Yanitskiy1-4/+21
2019-11-19abis_nm.c: replace magic numbers with NM_CHANC_* constantsVadim Yanitskiy1-3/+3
2019-11-19abis_nm.c: fix error message in verify_chan_comb()Vadim Yanitskiy1-1/+1
2019-11-13Fix some typosMartin Hauke1-2/+2
2019-08-23abis_nm.c: use LOGP() macro instead of LOGPC()Vadim Yanitskiy1-3/+3
2019-07-16logging: introduce LOG_BTS and LOG_TRX and use it everywhereHarald Welte1-8/+7
2019-05-26rx_fail_evt_rep(): Don't recycle variableHarald Welte1-2/+2