aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-22llc: Make timeval arguments constJacob Erlbeck1-2/+2
2015-06-11bssgp: Calculate the avg_delay_ms in 32bit only (Coverity)Jacob Erlbeck1-1/+1
2015-06-11bssgp: Handle btcx == NULL in gprs_bssgp_pcu_rx_sign (Coverity)Jacob Erlbeck1-2/+4
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-1/+15
2015-05-06bssgp: Increment BSSGP flow control tag valueJacob Erlbeck1-1/+4
2015-05-06bssgp: Compute and transmit queue delayJacob Erlbeck1-4/+37
2015-05-06bssgp: Add VTY command to Limit the bucket size by timeJacob Erlbeck1-3/+7
2015-05-06bssgp: Compute BVC bucket size and leak rateJacob Erlbeck1-5/+133
2015-05-06bssgp: Make BVC bucket size / leak rate configurableJacob Erlbeck1-1/+9
2015-03-17bssgp: Handle BSSGP STATUS messagesJacob Erlbeck1-5/+62
2015-03-17bssgp: Set blocking and reset timer to 30sJacob Erlbeck1-3/+6
2014-08-07tbf, gprs_bssgp_pcu: Move some methods to DL TBFDaniel Willmann1-1/+1
2014-06-15Always exit and don't try to recoverDaniel Willmann1-12/+1
2013-11-11misc: Fix coverity warning about indentionHolger Hans Peter Freyther1-1/+0
2013-11-07tbf: Move the tbf_handle and tbf_append_data into the classHolger Hans Peter Freyther1-1/+1
2013-11-06llc: Begin creating a LLC class and move counts into it.Holger Hans Peter Freyther1-1/+1
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-0/+1
2013-10-18tbf: Begin to add some structure to the tbf codeHolger Hans Peter Freyther1-118/+3
2013-10-02tfi: The tfi_alloc doesn't allocate anything, rename the functionHolger Hans Peter Freyther1-1/+1
2013-09-04bssgp: Add callback UNITDATA.DL messaes with the dataHolger Hans Peter Freyther1-0/+3
2013-09-04bssgp: Add callbacks for certain BSSGP eventsHolger Hans Peter Freyther1-0/+2
2013-09-04bssgp: Return the gprs_bssgp_pcu instance from create/connectHolger Hans Peter Freyther1-24/+9
2013-09-04rlcmac: Reduce the depedency on the global gprs_rlcmac_bts variableHolger Hans Peter Freyther1-9/+11
2013-09-04bssgp: These routines are not public API.. make them static for nowHolger Hans Peter Freyther1-4/+4
2013-09-04bssgp: Re-indent the switch/case statementHolger Hans Peter Freyther1-45/+45
2013-08-02bssgp: The method creates and the connects.. reflect that in the nameHolger Hans Peter Freyther1-1/+1
2013-07-30misc: Move the parsing of the ms_class from RA Capabilities to a methodHolger Hans Peter Freyther1-32/+43
2013-07-30bssgp: Remove commented out code that is currently not used.Holger Hans Peter Freyther1-4/+0
2013-07-30bssgp: Reset the BVC and NSVC state in the destroy routineHolger Hans Peter Freyther1-0/+4
2013-07-30misc: Move the nsvc_unblocked into the struct osmo_pcuHolger Hans Peter Freyther1-5/+6
2013-07-30misc: Move the bvc_timer into the struct osmo_pcuHolger Hans Peter Freyther1-9/+9
2013-07-30misc: Remove the unused sgsn pointer from the compilation unitHolger Hans Peter Freyther1-1/+0
2013-07-30misc: Move the struct bssgp_bvc_ctx into the struct osmo_pcuHolger Hans Peter Freyther1-21/+26
2013-07-30misc: Introduce a struct osmo_pcu and move things into it.Holger Hans Peter Freyther1-24/+32
2013-07-27misc: Add an option exit/quit when the BSSGP is supposed to be destroyedHolger Hans Peter Freyther1-1/+12
2013-07-27misc: Remove if (timer_pending) stop_timer idiom from the codeHolger Hans Peter Freyther1-4/+2
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-1/+14
2013-03-17Introduce new file for various measurementsAndreas Eversberg1-0/+3
2013-03-10PCU: respect the PCU-side "local port" as configured via L1 IFHarald Welte1-3/+5
2013-01-16Use PCU's talloc context to allocate libosmogb instancesAndreas Eversberg1-2/+2
2013-01-16Fixed memory leaks caused by not freeing bitvectorAndreas Eversberg1-0/+1
2013-01-15Get rid of allocating first timeslot at tfi_allocAndreas Eversberg1-5/+4
2013-01-11make sure to register NS protocol to the VTYHarald Welte1-0/+1
2012-12-18Added paging PS support by Ivan KluchnikovAndreas Eversberg1-2/+26
2012-12-18Use seperate function to parse IMSI from BSSGP messageAndreas Eversberg1-20/+31
2012-12-18Fix: Removed potential double free bug when receiving NS messagesAndreas Eversberg1-2/+0
2012-10-05Merge branch 'jolly'Ivan Kluchnikov1-16/+207
2012-09-28Fix: Cleanly open and close NS instanceAndreas Eversberg1-1/+8
2012-09-27Use PCH confirm from BTS to start downlink packet flowAndreas Eversberg1-1/+3
2012-09-27Fix: Dump correct NSVCI value at debug lineAndreas Eversberg1-1/+1