aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Install the pcuif_proto.h header fileHarald Welte1-1/+1
2016-11-17Fix GSMTAP logging in case direct PHY access is enabledHarald Welte1-2/+2
2016-11-17pcu_l1_if: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte1-6/+6
2016-08-27Change interface in osmo-pcu for 11 bit RACHbhargava1-1/+2
2016-08-04Extend BTS <-> PCU protocol with measurementMax1-1/+9
2016-07-26Remove useless ARFCN parameterMax1-3/+3
2016-05-19Change internal API for consistencyMax1-4/+5
2016-04-22Rename define for direct hw accessMax1-4/+4
2016-02-22Add gsmtap support to generic btsMax1-11/+27
2016-02-22Introduce --gsmtap-ip/-i optionMax1-2/+3
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck1-0/+11
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck1-3/+5
2014-06-15Always exit and don't try to recoverDaniel Willmann1-2/+2
2013-10-30bts: Move gprs_rlcmac_rcv_rach into the BTS classHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Move rcv_imm_ass_cnf into the bts codeHolger Hans Peter Freyther1-2/+1
2013-10-30pdch: Instead of passing bts, trx, ts use the pdchHolger Hans Peter Freyther1-3/+5
2013-10-30pdch: Simplify the reset code, rename variables to XYZ_noHolger Hans Peter Freyther1-2/+2
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-2/+2
2013-10-30sba: Create a SBAController that will manage the sbas for a BTSHolger Hans Peter Freyther1-2/+2
2013-10-30bts/pdch: Move the adding of paging to the BTS/PDCH objectsHolger Hans Peter Freyther1-1/+1
2013-10-30pdch: Move enable/disable into the PDCH codeHolger Hans Peter Freyther1-33/+7
2013-10-30bts: Introduce a PollController that has the responsibility to pollHolger Hans Peter Freyther1-31/+0
2013-10-30bts: Move the frame_number into the BTS sructureHolger Hans Peter Freyther1-14/+2
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther1-9/+12
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Remove global state from gprs_rlcmac_rcv_rts_blockHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove global state from gprs_rlcmac_add_pagingHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove global state from gprs_rlcmac_rcv_rachHolger Hans Peter Freyther1-1/+2
2013-10-30bts: Remove global state from gprs_rlcmac_rcv_data_block_acknowledgedHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Remove the global state gprs_rlcmac_trigger_downlink_assignmentHolger Hans Peter Freyther1-2/+2
2013-10-28tbf: Add another variant of the free_all now by pdchHolger Hans Peter Freyther1-10/+2
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