aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-27MCS: add Channel Coding Command encoderMax5-16/+27
2019-03-27gprs_debug: Use named initializers and explicit array indiciesHarald Welte1-14/+99
2019-03-27Forward GPRS SUSPEND REQ from BTS to SGSN using BSSGPHarald Welte1-0/+19
2019-03-27pcu_l1_if: Fix erroneous endian-swapping of the CellIDHarald Welte1-3/+2
2019-03-26MCS: add mcs_is_*() helpersMax11-37/+57
2019-03-26Include pdch.h in bts.h even if we're not compiling C++Daniel Willmann1-1/+1
2019-03-24MCS: move Mode enum outside of class definitionMax8-44/+43
2019-03-19Fix TA index encoderMax1-6/+6
2019-03-19TBF-DL: log MCS as stringMax1-5/+5
2019-03-19MCS: use value_string for conversionMax12-53/+83
2019-03-19MCS: move HeaderType enum outside of class definitionMax10-87/+121
2019-03-19Explicitly clean up BTS singletonMax3-3/+22
2019-03-19MS store: move test helper to unit testMax2-18/+0
2019-03-13MCS: remove unused functionMax2-6/+0
2019-03-12Make get_retx_mcs() into regular functionMax2-18/+14
2019-03-12MCS: move Coding Scheme enum outside of class definitionMax9-151/+168
2019-03-11encoding: Fixes TMSI vs MI bit selection in repeated page infoJF Dionne1-1/+15
2019-03-07Log (M)CS UL update errorsMax1-2/+13
2019-03-06Tighten lqual table limits checkMax3-9/+13
2019-03-05EDGE tests: remove no-op checkMax1-6/+0
2019-03-04MCS: remove dead codeMax1-14/+0
2019-02-26MCS: internalize 'family' parameterMax2-30/+24
2019-02-26Optionally Use the NS Sub-Network-Service (SNS) on GbHarald Welte3-7/+50
2019-02-26Rewrite EGPRS Packet Uplink IA Rest Octets for SBAMax1-26/+58
2019-02-26Mark gprs_ns_reconnect() as static (not used outside of C file)Harald Welte2-2/+2
2019-02-19Rewrite EGPRS Packet Uplink IA Rest Octets for MBAMax1-15/+11
2019-02-19Rewrite Packet Downlink AssignmentMax1-33/+112
2019-02-19Restructure IA Rest Octets encodersMax1-123/+132
2019-02-19Clarify write_immediate_assignment() signatureMax6-22/+20
2019-02-19Add define for dummy burst stringMax4-9/+6
2019-02-19Move C include to proper placeMax1-2/+1
2019-02-14Don't install pcuif_proto.h headerMax1-3/+0
2019-01-29Added support for daemonize to osmo-pcu.Rafael Diniz1-1/+16
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-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-05change log level of "DL packet loss" log messagesStefan Sperling1-1/+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-02improve documentation of Encoding::write_paging_request()Stefan Sperling1-3/+3
2018-04-12tbf: add frame number to log outputPhilipp Maier1-7/+11
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 Hofmeyr2-6/+12