aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
AgeCommit message (Expand)AuthorFilesLines
2016-12-22Merge branch 'master' of git@ServGitLab01:noa/osmo-bts.git into nrw/litecell1...Minh-Quang Nguyen6-211/+228
2016-12-13LC15: Fix BTS band displaying errorMinh-Quang Nguyen1-0/+3
2016-12-01Fix AGCH/PCH proportional allocationMax2-18/+7
2016-12-01Remove duplicated codeMax2-6/+4
2016-12-01DTX DL AMR: rewrite FSM recursionMax2-32/+32
2016-11-11Replace link_id constant with defineMax1-3/+3
2016-11-08DTX DL: tighten check for enabled operationMax2-4/+4
2016-11-03DTX fix ONSET handlingMax2-3/+2
2016-10-28DTX DL: split ONSET state handlingMax2-8/+47
2016-10-2711bit RACH support for osmo-bts-litecell15bhargava1-3/+40
2016-10-21LC15: Fix BTS to set DSP flags of TRX1 in runtimeMinh-Quang Nguyen1-2/+2
2016-10-18Fix lc15 buildMax1-1/+1
2016-10-18Replace magic number with defineMax1-2/+3
2016-10-14msgb ctx: use new msgb_talloc_ctx_init() in various main()sNeels Hofmeyr1-3/+1
2016-10-13LC15: Support 11-bit RACHMinh-Quang Nguyen1-3/+39
2016-10-13DTX DL: use FSM for AMRMax3-38/+102
2016-10-12Move copy-pasted array into shared headerMax1-6/+0
2016-10-11LC15: Do not override Tx nominal power for nowMinh-Quang Nguyen1-37/+0
2016-09-30DTX: send AMR voice alongside with ONSETMax3-10/+16
2016-09-30DTX: move ONSET detection into separate functionMax1-36/+19
2016-09-30DTX: further AMR SID cache fixes (lc15, sysmo)Max1-81/+33
2016-09-30DTX: move scheduling check inside repeat_last_sidMax1-25/+9
2016-09-30LC15: Clarify msgb ownership / fix memory leaksMax1-22/+31
2016-09-26LC15: Merge master branchMinh-Quang Nguyen4-84/+64
2016-09-26DTX: remove misleading commentMax1-1/+1
2016-09-24DTX: check Marker bit to send ONSET to L1Max3-11/+36
2016-09-24sysmobts_mgr, lc15bts_mgr: fix tall context for telnet vtyNeels Hofmeyr1-1/+1
2016-09-23lc15, sysmo: Use SID_FIRST_P1 to initiate DTXMax1-2/+1
2016-09-23DTX: fix SID logicMax3-9/+19
2016-09-23DTX: fix SID repeat schedulingMax1-58/+10
2016-09-23DTX: fix last SID savingMax3-13/+7
2016-09-19Merge branch 'master' of git@ServGitLab01:Nexus/osmo-bts.git into nrw/litecel...Minh-Quang Nguyen1-3/+6
2016-09-17log: sysmo,lc15: tweak log about sapi_cmds queueNeels Hofmeyr1-3/+6
2016-09-16Corrects payload missing byte sent to Layer 1 for AMR speech and SID.JF Dionne1-2/+2
2016-09-02LC15: Implementation of major BTS alarmsMinh-Quang Nguyen3-14/+76
2016-09-02LC15: Implementation of LC15 specific featuresMinh-Quang Nguyen7-7/+330
2016-09-02LC15: fix coding styleMinh-Quang Nguyen1-173/+172
2016-08-30Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0beNeels Hofmeyr1-8/+19
2016-08-30dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detectionNeels Hofmeyr1-1/+1
2016-08-10sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCHNeels Hofmeyr1-1/+2
2016-08-08Fill measurements data for L1SAPMax1-1/+5
2016-07-27dyn TS: sysmo,lc15: chan_nr_by_sapi(): add missing assertionNeels Hofmeyr1-0/+1
2016-07-25dyn TS: implement litecell15 specificsNeels Hofmeyr2-9/+33
2016-07-25lc15/oml.c: rename ts_connect() to ts_opstart()Neels Hofmeyr1-2/+2
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-2/+2
2016-06-24Remove duplicated nibble shift codeMax1-39/+0
2016-06-23DTXu: move copy-pasted code to common partMax1-18/+4
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5
2016-06-23fix compiler warning: remove unused variable 'i' in calib_verify()Neels Hofmeyr1-1/+1
2016-06-23fix compiler warning: remove useless 'static' storage class for struct declNeels Hofmeyr1-1/+1