aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Copy sysmopcu.service to osmo-pcuMax2-0/+18
2017-06-26Remove comment warningMax1-3/+2
2017-06-22lc15: use environment for firmware versionMax1-1/+1
2017-06-22tests: remove unused definitionMax1-16/+0
2017-06-19lc15: use generic L1 headers helperMax1-7/+9
2017-06-11use tlvp_val16be() rather than manual pointer-cast + ntohs()Harald Welte1-4/+2
2017-06-11lc15: further fixes regarding --with-litecell15Harald Welte2-5/+5
2017-06-11lc15: fix configure.ac variable substitution causing compile errorHarald Welte1-1/+1
2017-05-26Cleanup FN schedulingMax8-53/+48
2017-05-25Fix format string error (string needs %s)Harald Welte1-1/+2
2017-05-24Fix typo in loggingMax1-1/+1
2017-05-23Print human-readable BSSGP PDU typeMax1-8/+9
2017-05-15remove pcu own bitvector implementationAlexander Couzens18-645/+475
2017-05-15fix PACCH paging: don't return early in case of NULL TBFNeels Hofmeyr1-7/+8
2017-05-01tbf.cpp: use new tlli instead of old tlliAlexander Couzens2-3/+3
2017-03-27bitcomp test: use expected rc instead of 'verify' flagNeels Hofmeyr2-41/+51
2017-03-27bitcomp test: fix: also verify bits after decoded dataNeels Hofmeyr2-16/+5
2017-03-27bitcomp test: fix: only one hexdump per log; use printfNeels Hofmeyr2-19/+17
2017-03-27cosmetic: BitcompTest: make readableNeels Hofmeyr1-37/+45
2017-03-17Support sending OML Alerts via BTSMax5-10/+71
2017-03-17Update README file with general project info and use MarkdownHarald Welte3-20/+85
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-13tests: include headers from include/Max1-1/+1
2017-03-13bts.cpp: Fix overloading ambiguityMax2-6/+11
2017-03-09Add pkg-config fileMax5-0/+16
2017-03-05BTS: Convert relative frame numbers to absolute frame numbersPhilipp Maier6-16/+301
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2-7/+7
2017-02-20gprs_debug.h: remove unused cruft / cosmetic tweaksNeels Hofmeyr1-18/+3
2017-02-17logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr3-28/+7
2017-02-14dl tbf: initialize punct values and verifyNeels Hofmeyr2-4/+38
2017-02-14dl tbf: calculate CPS only for EGPRSNeels Hofmeyr1-2/+5
2017-02-08main, tests: use msgb_talloc_ctx_init() (new)Neels Hofmeyr6-6/+6
2017-02-08tests: edge, tbf: assert return valuesNeels Hofmeyr2-1/+16
2017-02-08Fix dozens of compiler warnings across the boardNeels Hofmeyr7-81/+39
2017-02-01cosmetic: Fix log outputPhilipp Maier2-62/+32
2017-01-26BTS: accept also relative frame numbers with rach requstPhilipp2-1/+19
2017-01-24Handle packet access reject during packet resource requestaravind sirsikar7-4/+398
2017-01-24Add test case for testing PUANsivasankari4-0/+2390
2017-01-23Add compression support in EGPRS PUANsivasankari9-27/+537
2017-01-16Log additional info for radio errorsMax2-3/+14
2017-01-06Log socket path on connectionMax1-1/+2
2017-01-06fix segfault: check for NULL tbf in sched_select_ctrl_msg()Neels Hofmeyr1-0/+3
2017-01-06Refactoring write_packet_ack_nack_desc_egprs to prepare for CRBB supportPravin Kumarvel2-35/+38
2017-01-06Array indexing for SPB counters in bts statistics.sivasankari1-3/+3
2017-01-05Improve loggingMax3-9/+35
2016-12-22Adds rate_ctr_init in the startup of osmo-pcusivasankari1-0/+1
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari10-2/+134
2016-12-16Fix uninitialized members in pcu_l1_meas()Harald Welte1-1/+8
2016-12-16struct pcu_l1_meas_ts: initialize ms_i_levelHarald Welte1-1/+2
2016-12-09Add statistics in the ms and tbf level.sivasankari5-5/+128