aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-19oml: Delay Tx of OPSTART(BBTRANSC) after rx of RSL CONNECT ACKPau Espin Pedrol1-0/+1
2022-09-16oml: Integrate signal S_NM_IPACC_SET_ATTR_ACK inside S_NM_IPACC_ACKPau Espin Pedrol1-15/+19
2022-05-13Update current NM object state before signalling S_NM_STATECHGPau Espin Pedrol1-3/+5
2022-05-13abis_nm: run gsm_bts_check_cfg during oml bring upOliver Smith1-0/+6
2022-05-06nm_statechg_signal_data: Convert state ptr to dataPau Espin Pedrol1-34/+32
2022-05-05abis_nm: Merge signals S_NM_STATECHG_ADM and S_NM_STATECHG_OPERPau Espin Pedrol1-2/+2
2022-05-04abis_nm: Use proper define for avail state 0xffPau Espin Pedrol1-2/+2
2022-05-04Remove commented out codePau Espin Pedrol1-9/+0
2022-05-02Check VTY config against features reported by BTSOliver Smith1-0/+1
2022-05-02abis_nm: add bts model features to reported onesOliver Smith1-0/+14
2022-04-28abis_nm_ipaccess_rsl_connect: initialize iaOliver Smith1-0/+2
2022-04-26abis_nm: don't compare assumed/reported featuresOliver Smith1-12/+8
2022-04-25abis_nm: always check return value of tlv_parse()Vadim Yanitskiy1-10/+41
2021-11-19abis_nm: use struct sdp_firmware from libosmocorePhilipp Maier1-10/+6
2021-11-19abis_nm: fix typoPhilipp Maier1-1/+1
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-3/+3
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