aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-06Restructured debugging levels to get better overview of TBFs/processesAndreas Eversberg1-35/+35
2012-07-06Cleanup of BSSGP code.Andreas Eversberg1-7/+8
2012-07-06Move BSSGP/NS instances creation and desctruction to gprs_bssgp_pcu.cppAndreas Eversberg1-0/+127
2012-07-06remove dependencies to openbsc/osmoggsn internalsHarald Welte1-0/+5
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-22/+56
2012-06-29Implemented Paging procedure on CCCH.Ivan Kluchnikov1-1/+16
2012-06-29Fixed DL TBF establishment on CCCH.Ivan Kluchnikov1-16/+1
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-11/+7
2012-06-26Merge branch 'jolly'Ivan Kluchnikov1-0/+2
2012-06-25Packet Downlink Assigment now uses ARFCN/TN of current BTS layoutAndreas Eversberg1-1/+8
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg1-1/+2
2012-06-18remove dependencies to openbsc/osmoggsn internalsHarald Welte1-0/+5
2012-06-17Improvement of TBF management.Ivan Kluchnikov1-25/+16
2012-06-15Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore.Ivan Kluchnikov1-1/+0
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+244