aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-23Fix: Correctly interpret MCC, MNC, CELL ID from BTSAndreas Eversberg1-0/+4
2012-09-23Statefull reset and unblock BVCs and sending flow control messagesAndreas Eversberg1-4/+78
2012-08-06Adding flags for debugging assignment and polling timeoutAndreas Eversberg1-0/+1
2012-07-26Use final_ack_sent and contention_resolution_done to define ongoing UL TBFAndreas Eversberg1-3/+2
2012-07-25Fixed two issues found by clang, pointed out by HolgerAndreas Eversberg1-0/+3
2012-07-24misc: Fix typos in the commentsHolger Hans Peter Freyther1-1/+1
2012-07-23Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channelAndreas Eversberg1-3/+9
2012-07-21Add check of lifetime of LLC frameAndreas Eversberg1-2/+35
2012-07-15Added missing TA value assignmentAndreas Eversberg1-0/+1
2012-07-15multislot: Rework of handling control channel / pollingAndreas Eversberg1-2/+13
2012-07-13Added parsing of multislot class inside BSSGP PDUAndreas Eversberg1-3/+35
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-7/+23
2012-07-13Removed unnecessary test for tbf.Ivan Kluchnikov1-5/+0
2012-07-13Removed obsolete if-conditionAndreas Eversberg1-4/+0
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-52/+239
2012-07-09Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCHAndreas Eversberg1-13/+21