aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov20-2369/+3586
2012-07-09Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCHAndreas Eversberg6-23/+69
2012-07-07Fixed return value of pcu_l1if_open() when connection to BTS failsAndreas Eversberg1-1/+1
2012-07-06Restructured debugging levels to get better overview of TBFs/processesAndreas Eversberg5-134/+142
2012-07-06Fixed pseudo length of IMMEDIATE ASSIGNMENT message.Andreas Eversberg4-18/+24
2012-07-06Minor fix of MCC, MNC optionsAndreas Eversberg1-2/+2
2012-07-06Cleanup of BSSGP code.Andreas Eversberg6-93/+24
2012-07-06Move BSSGP/NS instances creation and desctruction to gprs_bssgp_pcu.cppAndreas Eversberg4-1/+182
2012-07-06Adding MCC/MNC spoof options to pcu_main.cppAndreas Eversberg1-2/+60
2012-07-06RLC/MAC process makes use from attributes, received from PCU socketAndreas Eversberg4-26/+54
2012-07-06Receive cell informations via PCU socket interfaceAndreas Eversberg4-16/+87
2012-07-06remove dependencies to openbsc/osmoggsn internalsHarald Welte6-31/+16
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg12-798/+1618
2012-06-29Implemented Paging procedure on CCCH.Ivan Kluchnikov5-1/+68
2012-06-29Fixed DL TBF establishment on CCCH.Ivan Kluchnikov3-30/+6
2012-06-27Adding .gitignore to source directoryAndreas Eversberg1-0/+6
2012-06-27Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack me...Ivan Kluchnikov2-145/+80
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg11-200/+349
2012-06-27Rewrite of RLC/MAC uplink acknowledged TBF.Andreas Eversberg1-0/+473
2012-06-27Introducing scheduler to process transmission of blocksAndreas Eversberg1-0/+176
2012-06-26Fixed Downlink TBF Establishment on CCCH.Ivan Kluchnikov1-2/+16
2012-06-26Merge branch 'jolly'Ivan Kluchnikov9-209/+914
2012-06-25Packet Downlink Assigment now uses ARFCN/TN of current BTS layoutAndreas Eversberg3-14/+19
2012-06-24Fixed IMM.ASS messageAndreas Eversberg1-2/+2
2012-06-23Hack to slow down uplink transferAndreas Eversberg2-10/+14
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg8-188/+864
2012-06-23Adding more OpenBSC object files to Makefile.amAndreas Eversberg1-1/+8
2012-06-18remove dependencies to openbsc/osmoggsn internalsHarald Welte6-23/+15
2012-06-17Improvement of TBF management.Ivan Kluchnikov3-233/+561
2012-06-15Removed all size_t variables. Fixed type of readIndex and writeIndex variables.Ivan Kluchnikov3-19/+19
2012-06-15Removed all OpenBTS dependencies. We don't use OpenBTS cout and gsmtap anymore.Ivan Kluchnikov4-52/+7
2012-06-14Makefile.am: Don't link lots of openbsc / sgsn / ggsn internal .o filesHarald Welte1-13/+0
2012-06-14Add auto-foo (partial cleanup, master makefile/configure.acHarald Welte4-11/+199
2012-06-14add .gitignore fileHarald Welte1-0/+22
2012-06-14move everything to src/ subdirectoryHarald Welte20-0/+0
2012-06-12Fixed gprs_rlcmac_rcv_data_block() function.Ivan Kluchnikov1-8/+2
2012-06-12Fixed parsing of BSSGP DL-UNITDATA in gprs_bssgp_pcu_rx_dl_ud() function.Ivan Kluchnikov2-37/+32
2012-06-12Modified gprs_rlcmac_data_block_parse() function.Ivan Kluchnikov1-1/+16
2012-06-07Fixed handling of LLC-PDU Length Indicator.Ivan Kluchnikov2-9/+26
2012-06-07Modified gprs_rlcmac_segment_llc_pdu() and gprs_rlcmac_tx_dl_data_block() fun...Ivan Kluchnikov1-25/+62
2012-06-05Modified gprs_rlcmac_data_block_parse() function.Ivan Kluchnikov2-36/+67
2012-06-04Fixed gprs_rlcmac_rcv_data_block() and gprs_rlcmac_data_block_parse() functions.Ivan Kluchnikov1-8/+41
2012-06-04Fixed maximum length of LLC frame.Ivan Kluchnikov1-1/+3
2012-06-04Fixed length of BSSGP header.Ivan Kluchnikov1-1/+1
2012-05-24Changed Downlink TBF Establishment.Ivan Kluchnikov3-11/+41
2012-05-24Modified write_packet_downlink_assignment function.Ivan Kluchnikov1-13/+12
2012-05-24Fixed RLC/MAC downlink block data length and gprs_rlcmac_tx_dl_data_block fun...Ivan Kluchnikov2-2/+2
2012-05-24Modified PCU debugging/logging system. Now we use functions from osmocom logg...Ivan Kluchnikov7-173/+183
2012-05-24Added PCU debugging/logging support code based on osmocom logging system.Ivan Kluchnikov3-5/+159
2012-04-30We don't use OpenBTS bit vectors in PCU anymore. All OpenBTS bit vectors are ...Ivan Kluchnikov9-427/+459