aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-10-04meas_feed: Use osmo_io instead of write queuearehbein3-51/+41
2023-10-03Drop unused local varPau Espin Pedrol1-2/+0
2023-09-28vty: make NCC Permitted (SI2) configurableOliver Smith1-0/+77
2023-09-27sccplite: Support multiple MGW in MGW poolPau Espin Pedrol2-18/+118
2023-09-24si2quater: Invalidate thresh_lo, prio and qrxlm when neededMatan Perelman3-9/+25
2023-09-23abis_nm: send Get Attributes to GPRS Cell MO(s)Vadim Yanitskiy1-0/+31
2023-09-23abis_nm: send Get Attributes to Rado Carrier MO(s)Vadim Yanitskiy1-0/+31
2023-09-23oml: ipacc: fix sending hard-coded GPRS Cell attributesVadim Yanitskiy1-23/+27
2023-09-23oml: ipacc: send GPRS Cell attributes based on IPA Object VersionVadim Yanitskiy1-26/+56
2023-09-23oml: ipacc: print all supported versions of MOsHarald Welte1-3/+10
2023-09-23abis_nm: delay configure_loop() until NM_MT_SW_ACTIVATED_REPVadim Yanitskiy7-1/+82
2023-09-21abis_nm: handle NM_EV_SW_ACT_REP in ST_OP_DISABLED_{DEPENDENCY,OFFLINE}Vadim Yanitskiy8-0/+58
2023-09-19oml: ipacc: add missing is_ipa_abisip_bts() checksVadim Yanitskiy1-2/+24
2023-09-16abis_nm: fix bts->nr vs bts->bts_nrVadim Yanitskiy1-2/+2
2023-09-15oml: ipacc: fix copy-pasted talloc chunk namesVadim Yanitskiy1-5/+10
2023-09-15oml: ipacc: log supported features using LOGL_INFOVadim Yanitskiy1-1/+1
2023-09-15oml: ipacc: parse Object Version from SW Activated ReportVadim Yanitskiy1-0/+15
2023-09-15bts_ipaccess_nanobts: clean up, use gsm_objclass2mo()Vadim Yanitskiy1-141/+28
2023-09-14gsm_data: refactor/simplify and expose gsm_objclass2mo()Vadim Yanitskiy1-47/+18
2023-09-13abis_nm: get rid of MAX_BTS_ATTRVadim Yanitskiy3-4/+7
2023-09-13nm_{bb_transc,bts}_fsm: rework sending of Get AttributesVadim Yanitskiy2-12/+22
2023-09-13abis_nm: parse feature flags in NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy2-1/+74
2023-09-13abis_nm: separate parsing of osmo-bts features into a functionVadim Yanitskiy1-33/+48
2023-09-13bts_siemens_bs11: remove ip.access nanoBTS specific codeVadim Yanitskiy1-59/+31
2023-09-01oml: ipacc: Use new packed struct abis_nm_ipacc_att_rlc_cfg from libosmcorePau Espin Pedrol1-19/+26
2023-09-01oml: ipacc: Use new packed struct abis_nm_ipacc_att_ns_cfg from libosmcorePau Espin Pedrol1-5/+13
2023-09-01oml: ipacc: Use new packed struct abis_nm_ipacc_att_bssgp_cfg from libosmcorePau Espin Pedrol1-3/+16
2023-09-01oml: ipacc: Remove BSSGP value assignment being overwritten afterwardsPau Espin Pedrol2-15/+14
2023-08-31pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCHPhilipp Maier2-11/+26
2023-08-31pcuif_proto: check confirm flag in struct gsm_pcu_if_pchPhilipp Maier2-8/+16
2023-08-30meas_feed: Increase wqueue max_len to 100 and make it vty-configurablePau Espin Pedrol2-1/+30
2023-08-29meas_feed: Refactor fd/wqueue lifecyclePau Espin Pedrol1-31/+34
2023-08-29ASCI: Fix uninitialized values in vgcs_fsm.c, found by gcc 13.1.1.20230714Andreas Eversberg1-2/+4
2023-08-10pcuif_proto: get rid of _DT, _dt (Direct TLLI)Philipp Maier1-19/+19
2023-08-08pcuif_proto: rename tlli to msg_idPhilipp Maier2-14/+11
2023-07-26fix send_assignment_complete(): proper SCE encoding for CSDVadim Yanitskiy1-19/+38
2023-07-21Select channel type by enum instead of three booleanAndreas Eversberg6-30/+43
2023-07-21ASCI: Add assignment to a VGCS/VBS channelAndreas Eversberg3-4/+50
2023-07-21ASCI: Send release on VGCS/VBS channel via unit dataAndreas Eversberg2-6/+24
2023-07-21ASCI: Add support for reception of TALKER/LISTENER DETECTIONAndreas Eversberg1-2/+66
2023-07-21ASCI: Indicate release of subscriber connection to VGCS FSMAndreas Eversberg1-0/+25
2023-07-21ASCI: Forward lchan activation states to VGCS FSMAndreas Eversberg1-0/+57
2023-07-21ASCI: Forward RLL to VGCS FSMAndreas Eversberg1-0/+40
2023-07-21ASCI: Add decoding of VGCS/VBS A-interface messagesAndreas Eversberg1-0/+115
2023-07-21ASCI: Add processing and FSMs for VGCS/VBSAndreas Eversberg4-1/+1293
2023-07-21ASCI: Add encoding of VGCS/VBS A-interface messagesAndreas Eversberg1-0/+178
2023-07-21ASCI: Forward UPLINK RELEASE on dedicated channel to MSCAndreas Eversberg1-0/+6
2023-07-21ASCI: Add TX support for UPLINK FREE/BUSY messagesAndreas Eversberg1-0/+45
2023-07-21ASCI: Add support for sending RSL UNIT-DATA towards BTSAndreas Eversberg2-0/+34
2023-07-21ASCI: Do not wait for RLL establishmentAndreas Eversberg1-3/+7