aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/pcu_sock.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-02LC15: Implementation of TS 12.21 measurement related messages to measure PCU KPIMinh-Quang Nguyen1-1/+170
2016-09-02LC15: Allow BTS to forward PCU failure alarms to networkMinh-Quang Nguyen1-0/+23
2016-09-02LC15: Implementation of major BTS alarmsMinh-Quang Nguyen1-2/+42
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
2013-10-25rsl/pcu: Do not send a CHAN ACT to the BSC on PCU usageHolger Hans Peter Freyther1-0/+1
2013-03-17Get RSSI from received uplink data and send to PCUAndreas Eversberg1-1/+3
2013-01-15fix message: the PCU is not a call control applicationHarald Welte1-2/+1
2012-12-20misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it constHolger Hans Peter Freyther1-1/+1
2012-09-29PCU: Add PCH confirm, raise PCU interface version to 4Andreas Eversberg1-0/+27
2012-07-21Send RR paging requests to PCU, in order to page on PACCHAndreas Eversberg1-0/+33
2012-07-21Enable direct access to PDTCH queue of DSP by PCUAndreas Eversberg1-0/+7
2012-07-20misc: Quote the warning to avoid additional warningHolger Hans Peter Freyther1-2/+2
2012-07-16PCU: Add verion number of PCU interface to PCU INFO IND messageAndreas Eversberg1-0/+1
2012-07-16PCU interface: fix memory leaks in error pathsAndreas Eversberg1-0/+2
2012-07-08PCU: remove german warnings from the codeHarald Welte1-2/+2
2012-07-08PCU: Add PCU socket interface to BTS.Andreas Eversberg1-0/+851