aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-19add/clean big-endian packed structs (struct_endianess.py)neels/big_endianNeels Hofmeyr1-0/+24
2018-11-07deb: add missing copyright fileMax1-0/+132
2018-10-21gprs_rlcmac_received_lost(): Fix regression / uninitialized now_tvHarald Welte1-0/+1
2018-09-20check for overlong unix socket pathsStefan Sperling1-2/+5
2018-09-13Install osmo-pcu.cfg to docdir/examplesPau Espin Pedrol2-2/+6
2018-09-13Move examples/ to doc/examples/Pau Espin Pedrol6-4/+6
2018-09-10Install systemd services with autotoolsPau Espin Pedrol8-2/+32
2018-09-10configure.ac: Set CXXFLAGS during --enable-sanitizePau Espin Pedrol1-1/+4
2018-09-06Cleanup of systemd service filesPau Espin Pedrol3-34/+2
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-4/+0
2018-07-27Bump version: 0.5.0.11-218e-dirty → 0.5.10.5.1Pau Espin Pedrol2-4/+25
2018-07-11tbf: Replace '.' in counter names with ':'Pau Espin Pedrol1-32/+32
2018-07-11tbf: Use incrementing id for rate_ctr_group_allocPau Espin Pedrol1-8/+18
2018-06-25check bssgp_tlv_parse() return code in gprs_bssgp_pcu_rcvmsg()Stefan Sperling1-0/+7
2018-06-20jenkins.sh: use flag --enable-werror for sysmo and nonePau Espin Pedrol1-2/+2
2018-06-05change log level of "DL packet loss" log messagesStefan Sperling2-2/+1
2018-05-31fix time-delta calculations for measurement reportsStefan Sperling1-17/+14
2018-05-25read monotonic clock with clock_gettime() instead of gettimeofday()Stefan Sperling3-21/+22
2018-05-25fix a one-byte stack buffer overrun in osmo-pcuStefan Sperling1-1/+2
2018-05-16rlc: Fix memset(0) on object with no trivial copy-assignmentPau Espin Pedrol1-3/+10
2018-05-16tbf: Fix memset(0) on object with no trivial copy-assignmentPau Espin Pedrol2-1/+8
2018-05-15Don't register SIGHUP handler without actually handling SIGHUPHarald Welte1-3/+2
2018-05-03Bump version: 0.4.0.115-513c-dirty → 0.5.00.5.0Pau Espin Pedrol2-4/+137
2018-05-02improve documentation of Encoding::write_paging_request()Stefan Sperling1-3/+3
2018-04-12tbf: add frame number to log outputPhilipp Maier2-289/+293
2018-04-10pcu_l1_if: add frame number to log outputPhilipp Maier3-10/+21
2018-04-10cosmetic: remove runaway semicolonPhilipp Maier1-1/+1
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr14-22/+28
2018-03-30Revert "Rewrite EGPRS Packet Uplink Assignment"Neels Hofmeyr1-117/+55
2018-03-29configure: properly quote CFLAGS in lc15 checkNeels Hofmeyr1-2/+2
2018-03-29configure: fix --enable-sysmocom-dsp and --with-sysmobts flagsNeels Hofmeyr1-12/+34
2018-03-28Revert "Rewrite Packet Downlink Assignment"Neels Hofmeyr1-73/+48
2018-03-28Revert "Rewrite Packet Uplink Assignment"Neels Hofmeyr1-48/+48
2018-03-28Revert "Use Timing Advance Index in UL assignments"Neels Hofmeyr1-6/+2
2018-03-28mslot_class: two more: use uint32_t to shift 1 << 31Neels Hofmeyr1-2/+2
2018-03-26mslot_class: find_free_tfi(): use uint32_t to shift 1 << 31Neels Hofmeyr1-1/+1
2018-03-17gprs_bssgp_pcu.cpp: Comment unused function parse_ra_capPau Espin Pedrol1-0/+2
2018-03-13configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr14-21/+40
2018-02-28pcuif_proto: add version 8 featuresAlexander Couzens1-1/+19
2018-02-28pcuif_proto.h: fix whitespaces and indentionAlexander Couzens1-5/+5
2018-02-21Simplify TS alloc: move slot check into functionsMax5-123/+626
2018-02-21Simplify TS alloc: move slot assignmentMax4-42/+84
2018-02-20TBF: make network counters internalMax5-35/+88
2018-02-20Simplify TS alloc: constify max dl slot funcMax2-2/+2
2018-02-20Simplify TS alloc: don't use PDCH for free TFIMax4-19/+21
2018-02-19Move PDCH-related functions into separate filesMax16-1020/+1125
2018-02-19Simplify TS alloc: split USF/UL allocationMax1-19/+42
2018-02-19Simplify TS alloc: split allocationMax3-57/+105
2018-02-19Simplify TS alloc: separate capacity computationMax3-40/+50