aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/pcu_sock.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06paging: prioritize CS related paging over PS related pagings.Philipp Maier1-1/+1
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2021-06-30Support forwarding proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-9/+33
2021-06-18osmo-bts-trx: report PDCH interference levels to the PCUVadim Yanitskiy1-2/+25
2021-06-11pcu_sock: Transmit SI2Pau Espin Pedrol1-2/+2
2021-06-04[VAMOS] osmo-bts-trx: rework handling of Training SequenceVadim Yanitskiy1-1/+1
2021-05-31pcuif: Set missing bsic field during Tx of info_indPau Espin Pedrol1-0/+1
2021-03-11l1sap: Transmit pdtch invalid MAC blocks to PCUPau Espin Pedrol1-1/+2
2021-02-04pcu_sock: fix uninitalized returncode valuePhilipp Maier1-1/+1
2021-02-04pcu_sock: pcu_tx_si_all(): fix returning ununitialized rcVadim Yanitskiy1-2/+2
2021-02-04pcu_sock: pcu_tx_si_all(): cosmetic coding style changeVadim Yanitskiy1-1/+2
2021-02-04pcu_sock: pcu_tx_si_all(): make 'si_types' constVadim Yanitskiy1-1/+1
2021-02-03Use osmo_fd_*_{disable,enable}Harald Welte1-4/+4
2021-02-03pcu_sock: send SI1, SI3 and SI13 via PCUIFPhilipp Maier1-9/+58
2020-10-19use osmo_fd_setup() everywhereHarald Welte1-10/+4
2020-10-16fix pcu_if_signal_cb(): do not send INFO.ind if PCU is not connectedVadim Yanitskiy1-0/+4
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte1-1/+3
2020-10-10pcu_sock: support handling multiple BTS instances in pcu_rx()Vadim Yanitskiy1-3/+1
2020-10-09pcu_sock: fix {local,remote}_port byte ordering in pcu_tx_info_ind()Vadim Yanitskiy1-2/+4
2020-10-08pcu_sock: fix pcu_sock_close(): deactivate dynamic timeslots tooVadim Yanitskiy1-8/+9
2020-10-08pcu_sock: use llist_for_each_entry() in pcu_sock_close()Vadim Yanitskiy1-8/+5
2020-10-09pcu_sock: cosmetic: make *nsvc a scoped and const variableVadim Yanitskiy1-2/+1
2020-10-09pcu_sock: cosmetic: use ARRAY_SIZE() in pcu_tx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-06Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCUAlexander Couzens1-4/+15
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-1/+2
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy1-2/+87
2020-09-16pcu_sock: Only announce dyn TS already configured by lower layersPau Espin Pedrol1-2/+5
2020-09-16Improve logging and error handling receiving act_req for dyn TS not yet confi...Pau Espin Pedrol1-0/+8
2020-09-16Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"Alexander Couzens1-2/+1
2020-09-15pcuif_proto: version 0xa: add support for IPv6 NSVCsAlexander Couzens1-1/+2
2020-08-26pcu_sock: Fix typo in log messagePau Espin Pedrol1-1/+1
2020-08-06pcu_sock: use LOGPTRX() in info_ind_fill_trx()Vadim Yanitskiy1-2/+2
2020-08-06pcu_sock: separate trx / ts filling from pcu_tx_info_ind()Vadim Yanitskiy1-26/+35
2020-08-06pcu_sock: warn about maximum transceiver number constraintsVadim Yanitskiy1-11/+15
2020-08-06pcu_sock: use a 'switch' statement in ts_should_be_pdch()Vadim Yanitskiy1-5/+6
2020-08-03pcu_sock: constify the argument of ts_should_be_pdch()Vadim Yanitskiy1-1/+2
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy1-1/+1
2020-07-05pcu_sock: Avoid presenting TS from disabled TRX as available to PCUPau Espin Pedrol1-0/+8
2020-06-12pcu_sock: Change log about tx PCH confirm INFO->DEBUGPau Espin Pedrol1-1/+1
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-9/+9
2019-11-22pcuif_proto.h: extend RACH.ind with TRX and timeslot number fieldsVadim Yanitskiy1-3/+6
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy1-2/+2
2019-09-06pcu_interface: Forward ETWS Primary Notification to PCUHarald Welte1-0/+21
2019-08-29pcu_sock: fix endian-swapped CellIDOliver Smith1-1/+1
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-2/+2
2019-07-17fix spelling stuff mentioned by lintianThorsten Alteholz1-1/+1
2019-05-28clear GPRS indicator in SI3 while PCU is disconnectedHarald Welte1-1/+7
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-3/+4
2019-04-16pcu_sock: use %zu conversion specifier for printing sizeof() resultPhilipp Maier1-1/+1