aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-12pgsl: Check crc bits of MCS frameslynxis/siuPhilipp1-5/+13
2016-12-06Removed hardcoded ARFCNPhilipp1-27/+53
2016-12-06emoved fixed TEI hackPhilipp1-8/+6
2016-12-02HACK: bts: page the MS before send an immediate assignAlexander Couzens1-0/+3
2016-12-02BTS::rcv_rach: dont ask for confirmation of immediate_assignments for TBF ULsAlexander Couzens1-4/+1
2016-12-02implement direct TLLI in immediate assignments over AGCHAlexander Couzens6-3/+37
2016-12-02pcu_l1_if: use sizeof intead of hardcoded size valueAlexander Couzens1-1/+1
2016-12-02rapid prototype: fix timeout on dl assignment over CCCHAlexander Couzens2-3/+18
2016-12-02pcu_vty: show tbf: print out state and state_flagsAlexander Couzens1-2/+2
2016-12-02bts: start timer when sending dl assignment in acch FIXME!Alexander Couzens1-0/+3
2016-11-29pgsl_l1_if.c: decrease 3 from afn_u to get the right framenumberAlexander Couzens1-3/+3
2016-11-29pgsl_l1_if.c: add measurement data to pcu_rx_data_ind_pdtch()Alexander Couzens1-2/+5
2016-11-29pgsl_l1_if.c: feed the PCU with the framenumber from uldata packagesAlexander Couzens1-0/+3
2016-11-29pgsl_l1_if: only parse valid packets with valid gprs parirty or egps headerAlexander Couzens1-4/+31
2016-11-29pgsl_l1_if.c: set forgotten timeslot number in timeslot structurAlexander Couzens1-1/+3
2016-11-29l2tp_sock.c: remove old debug info on transmitting data to l2tp-daemon...Alexander Couzens1-2/+0
2016-11-28Makefile: RBS also use define ENABLE_DIRECT_PHYAlexander Couzens1-0/+4
2016-11-17WIP: RBS related fixesHarald Welte1-0/+21
2016-11-17WIP: introduce PCU_IF_MSG_DATA_CNF_DT (with TLLI)Harald Welte4-0/+63
2016-11-17P-GSL: Fix uplink burst detection to GMSK for nowHarald Welte1-2/+2
2016-11-17P-GSL: Fix broken encoding of DLDATA-REQHarald Welte1-0/+1
2016-11-17WIP: l1_if: Add pgsl encoder decoderPhilipp2-0/+539
2016-11-17WIP: l1_if: Add support for l2tpd/pgslPhilipp9-1/+756
2016-11-17BTS: accept also relative frame numbers with rach requstPhilipp2-1/+11
2016-11-17PCU: Send Immedate Assignment over AGCH, not PCHHarald Welte1-1/+1
2016-11-17Install the pcuif_proto.h header fileHarald Welte7-5/+10
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-11-14Add BTS level countersMrinal Mishra6-4/+294
2016-11-11Handle packet access reject during EPDAN/PDAN with channel descriptionaravind sirsikar9-12/+135
2016-11-09Handle Immediate assignment rejectaravind sirsikar8-68/+520
2016-11-09Handle Timing Advance IE properlyMax1-31/+43
2016-11-02EGPRS: fix for EPDAN out of windowaravind sirsikar4-37/+134
2016-11-02Modify return type of gprs_rlc_dl_window::distance to uint16_taravind sirsikar1-2/+2
2016-10-30EGPRS: add test case to show EPDAN BSN out of window bugaravind sirsikar3-0/+140
2016-10-26Add logging supportMrinal Mishra1-0/+2
2016-10-20jenkins.sh: use osmo-build-dep.sh, output testlogsNeels Hofmeyr1-11/+16
2016-10-19Use qbit-TA to update Timing AdvanceMax5-51/+46
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr5-191/+134
2016-10-18llc: remove NULL-pointer check of gprs_llc_queue::size()/octets()Alexander Couzens1-2/+2
2016-10-18tbf: add llc_queue_size() to check llc_queue is valid before calling size()Alexander Couzens3-6/+15
2016-10-17EGPRS: Add EPDAN CRBB Tree based decodingPravin Kumarvel9-15/+787
2016-10-03build: add -WallNeels Hofmeyr1-0/+3
2016-10-01configure: check for pkg-config presenceNeels Hofmeyr1-0/+7
2016-10-01build: be robust against install-sh files above the root dirNeels Hofmeyr1-0/+3
2016-09-22heed VTY 'line vty'/'bind' commandNeels Hofmeyr1-1/+2
2016-09-16Update the function immediate assignment for EGPRSbhargava3-12/+85
2016-09-16Handle EGPRS 11 bit RACH in osmo-pcubhargava2-11/+84
2016-09-15Fix EGPRS DL window calculation during tbf updateAravind Sirsikar3-6/+10
2016-09-15tbf_dl: factor out EGPRS DL window size calculationAravind Sirsikar3-14/+24