aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/pcu_if.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-17Get RSSI from received uplink data and send to PCUAndreas Eversberg1-1/+2
This bumps the PCU API version and thus requires a new version of the code on the sysmoBTS side!
2012-12-20misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it constHolger Hans Peter Freyther1-1/+1
The rsl.c code was calling the paging request with a const pointer, change the signature to make the code const.
2012-09-29PCU: Add PCH confirm, raise PCU interface version to 4Andreas Eversberg1-0/+1
The confirm is required, so PCU knows when an IMMEDIATE ASSIGN message has has been sent on PCH. The PCU will start packet flow after that confirm.
2012-07-21Send RR paging requests to PCU, in order to page on PACCHAndreas Eversberg1-0/+1
2012-07-08PCU: Add PCU socket interface to BTS.Andreas Eversberg1-0/+15
A special command line option "-P" is used to enable socket interface and signal available GPRS MO object to BSC.