aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-11-03DTX fix ONSET handlingMax4-26/+61
2016-10-28DTX DL: split ONSET state handlingMax2-18/+26
2016-10-24Fix DTX DL AMR SIDscheduling logicMax1-9/+14
2016-10-24DTX HR - fix array size calculationMax1-1/+2
2016-10-21Extend RTP RX callback parametersMax1-1/+2
2016-10-18Replace magic number with defineMax2-2/+2
2016-10-17DTX AMR - fix buffer length checkMax1-1/+2
2016-10-14msgb ctx: use new msgb_talloc_ctx_init() in various main()sNeels Hofmeyr1-3/+1
2016-10-13DTX: fix array size calculationMax1-4/+5
2016-10-13DTX DL: use FSM for AMRMax5-56/+430
2016-10-12rsl: improving the log outputPhilipp1-7/+20
2016-10-12Move copy-pasted array into shared headerMax1-6/+0
2016-10-11DTX: fix conversion from fn to msMax1-2/+4
2016-10-11DTX: fix 1st RTP packet dropYves Godin2-1/+2
2016-09-30DTX: move ONSET detection into separate functionMax1-2/+55
2016-09-30DTX: further AMR SID cache fixes (lc15, sysmo)Max2-7/+62
2016-09-30DTX: move scheduling check inside repeat_last_sidMax2-24/+38
2016-09-24DTX: check Marker bit to send ONSET to L1Max1-3/+10
2016-09-23DTX: fix SID repeat schedulingMax1-0/+44
2016-09-22heed VTY 'line vty'/'bind' commandNeels Hofmeyr1-1/+2
2016-09-19log causing rx event for lchan_lookup errorsNeels Hofmeyr1-8/+10
2016-09-09dyn TS: if PCU is not connected, allow operation as TCHNeels Hofmeyr1-11/+34
2016-09-02common/rsl: move decision whether to chan act ack/nack to common functionNeels Hofmeyr2-32/+31
2016-08-30cosmetic: common ts_is_pdch()Neels Hofmeyr2-11/+16
2016-08-30dyn TS: measurement: use correct nr of subslots, rm code dupNeels Hofmeyr1-15/+1
2016-08-27log: l1sap: add 0x to hex output of chan_nr, 5 timesNeels Hofmeyr1-5/+5
2016-08-27Change interface in osmo-bts for 11 bit RACHbhargava2-4/+10
2016-08-10dyn TS: measurement.c: replace fixme with commentNeels Hofmeyr1-1/+1
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-1/+4
2016-08-08Fill measurements data for L1SAPMax3-4/+17
2016-07-28dyn TS, dyn PDCH: common/l1sap.c: properly notice PDCHNeels Hofmeyr1-3/+11
2016-07-28pcu_sock: use osmo_sock_unix_init() from libosmocoreVadim Yanitskiy1-55/+5
2016-07-28fix comment in common/l1sap.c, function name changedNeels Hofmeyr1-1/+1
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou1-11/+15
2016-07-27log typo: trx_sched_set_pchan()Neels Hofmeyr1-1/+1
2016-07-27comment typo: common/l1sap.cNeels Hofmeyr1-1/+1
2016-07-25dyn TS: common TCH/F_TCH/H_PDCH implementationNeels Hofmeyr4-12/+235
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-52/+12
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou1-0/+27
2016-07-25prepare dyn TS: split/replace conf_lchans_for_pchan()Neels Hofmeyr1-4/+11
2016-07-25dyn PDCH: code dup: use conf_lchans_as_pchan()Neels Hofmeyr1-2/+6
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr3-22/+38
2016-07-25cosmetic: pcu_sock.c: rename ts_is_pdch() to ts_should_be_pdch()Neels Hofmeyr1-2/+2
2016-07-25fix compiler warning: msg_utils.c: fn_chk() constify argNeels Hofmeyr1-1/+1
2016-07-25info log: l1sap.c: add '0x' to hex outputNeels Hofmeyr1-2/+2
2016-07-25error log: rsl.c: typo x2Neels Hofmeyr1-2/+2
2016-07-25doc: move dyn_pdch.msc to osmo-gsm-manuals.gitNeels Hofmeyr1-1/+2
2016-07-05Mark array as static constMax1-3/+3
2016-06-23DTXu: move copy-pasted code to common partMax1-0/+11
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-2/+2