aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/pcu_sock.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-12common/pcu_sock.c: fix possible memleaks in pcu_sock_read()Vadim Yanitskiy1-1/+4
2019-03-27Forward GPRS SUSPEND REQ from DCCH to PCU socketHarald Welte1-0/+17
2019-03-27oml: use oml_tx_failure_event_rep() instead of signals to SS_FAILPhilipp Maier1-3/+6
2019-03-18Constify pcu_rx_*() parametersMax1-3/+3
2018-10-07common/pcu_sock.c: cosmetic: explicitly address lchanVadim Yanitskiy1-2/+2
2018-06-25log reception of PCU_IF_MSG_PAG_REQ messages from osmo-pcuStefan Sperling1-8/+22
2018-06-14pcu_sock: Log event pcu_sock createdPau Espin Pedrol1-0/+2
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-7/+3
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-10/+5
2018-03-02common/pcu_sock.c: fix double field assignmentVadim Yanitskiy1-1/+0
2018-02-28pcu_sock: LOG + drop PCU DATA.req for inactive lchanHarald Welte1-0/+6
2018-02-28pcu_sock: LOG + drop DATA.req from PCU for non-PDCH timeslotHarald Welte1-0/+6
2018-02-28pcu_sock: Log an error message and discard PCU primitives for BTS != 0Harald Welte1-0/+4
2018-02-28pcu_sock: Don't overflow the timeslot arrayHarald Welte1-0/+6
2018-02-28pcu_sock: Discard messages that are too shortHarald Welte1-0/+6
2018-01-04Use existing function to obtain TSCMax1-2/+2
2017-09-01Support removing SI13 from PCUMax1-5/+5
2017-08-31Support sending SI13 to PCUMax1-15/+24
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol1-0/+8
2017-07-04Fix annoying trailing whitespacePau Espin Pedrol1-3/+3
2017-05-08Signal to BSC when PCU disconnectsMax1-0/+2
2017-04-10Handle TXT indication from OsmoPCUMax1-0/+25
2017-03-07Remove code duplicationMax1-18/+4
2017-01-06Log socket path on errorMax1-2/+2
2016-08-27Change interface in osmo-bts for 11 bit RACHbhargava1-1/+4
2016-08-08Fill measurements data for L1SAPMax1-1/+4
2016-07-28pcu_sock: use osmo_sock_unix_init() from libosmocoreVadim Yanitskiy1-55/+5
2016-07-25dyn TS: common TCH/F_TCH/H_PDCH implementationNeels Hofmeyr1-0/+8
2016-07-25cosmetic: pcu_sock.c: rename ts_is_pdch() to ts_should_be_pdch()Neels Hofmeyr1-2/+2
2016-06-17error log: two minor clarificationsNeels Hofmeyr1-2/+4
2016-06-17dyn PDCH: pcu_tx_info_ind(): handle TCH/F_PDCH in PDCH modeNeels Hofmeyr1-1/+19
2016-06-17pcu_sock: add pcu_connected() to query PCU availabilityNeels Hofmeyr1-0/+10
2016-02-15make PCU socket and telnet port configurableHarald Welte1-2/+2
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-1/+1
2015-11-20cope with 'struct gsm_bts' without a tsc memberHarald Welte1-1/+1
2015-09-22Get RSSI from received uplink data and send to PCUAndreas Eversberg1-0/+1
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-4/+4
2015-09-22Add PDCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-5/+2
2014-03-27agch/pcu: Fix crash for AGCH commands queued by the PCUHolger Hans Peter Freyther1-1/+2
2014-02-24pcu: Avoid crash when closing the PCU socketHolger Hans Peter Freyther1-1/+3