aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-28tbf: Move the struct to the tbf.h header fileHolger Hans Peter Freyther1-0/+1
2013-10-02tbf: constify the IMSI argument for the downlink assignmentHolger Hans Peter Freyther1-1/+1
2013-09-04bssgp: Return the gprs_bssgp_pcu instance from create/connectHolger Hans Peter Freyther1-2/+3
2013-09-04rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variableHolger Hans Peter Freyther1-1/+1
2013-08-02bssgp: The method creates and the connects.. reflect that in the nameHolger Hans Peter Freyther1-1/+1
2013-08-02pcu_l1_if.cpp: Remove unused method and commentHolger Hans Peter Freyther1-6/+0
2013-07-27misc: Add an option exit/quit when the BSSGP is supposed to be destroyedHolger Hans Peter Freyther1-1/+1
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-4/+14
2013-03-17Fix: Correctly display SGSN remote IP at debuggingAndreas Eversberg1-1/+4
2013-03-17Add RSSI of data blocks to PCU interface0.2.00.2Andreas Eversberg1-3/+4
2013-03-10PCU: respect the PCU-side "local port" as configured via L1 IFHarald Welte1-1/+2
2013-01-25Fixed closing of PDCH when enabling sysmo-bts' direct DSP accessAndreas Eversberg1-2/+0
2012-12-18Adding direct access to DSP of sysmoBTS for PDTCH trafficeAndreas Eversberg1-9/+79
2012-12-18Added paging PS support by Ivan KluchnikovAndreas Eversberg1-1/+3
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-2/+3
2012-09-27Use PCH confirm from BTS to start downlink packet flowAndreas Eversberg1-0/+23
2012-09-23Fix: Correctly interpret MCC, MNC, CELL ID from BTSAndreas Eversberg1-3/+3
2012-08-07Adding single block allocationAndreas Eversberg1-3/+12
2012-07-20VTY: Added option to force given CS and ignore the scheme given by BTSAndreas Eversberg1-4/+6
2012-07-20Fixed Paging RR on PACCHAndreas Eversberg1-8/+12
2012-07-19Added paging for RR connection on PACCH of active TBFsAndreas Eversberg1-27/+46
2012-07-18Update to version 3 of PCU socket interface (includes version check)Andreas Eversberg1-0/+7
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-20/+23
2012-07-13Adding signal handler to allow clean exit of PCUAndreas Eversberg1-0/+2
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-226/+342
2012-07-09Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCHAndreas Eversberg1-1/+12
2012-07-06Fixed pseudo length of IMMEDIATE ASSIGNMENT message.Andreas Eversberg1-2/+3
2012-07-06Cleanup of BSSGP code.Andreas Eversberg1-5/+0
2012-07-06Move BSSGP/NS instances creation and desctruction to gprs_bssgp_pcu.cppAndreas Eversberg1-1/+37
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-0/+4
2012-06-29Implemented Paging procedure on CCCH.Ivan Kluchnikov1-0/+11
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-11/+7
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg1-29/+175
2012-06-15Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore.Ivan Kluchnikov1-39/+0
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+213