aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Set BTS variant while initializing BTS modelMax1-0/+1
2017-02-10all models: fix vty write: bts_model_config_write_phyNeels Hofmeyr1-9/+5
2017-02-01Fix AMR HR DTX FSM logic.Jean-Francois Dionne2-6/+15
2017-02-01DTX: fix "unexpected burst" errorJean-Francois Dionne1-0/+1
2017-01-31sysmo,lc15: fix memory leak at each call placedJean-Francois Dionne1-1/+3
2017-01-12lc15,sysmobts l1_if: fix memleak in handle_mph_time_ind()Jean-Francois Dionne1-0/+1
2017-01-10DTX: fix SID-FIRST detectionJean-Francois Dionne1-1/+1
2017-01-04DTX AMR HR: fix inhibitionMax2-1/+6
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-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-13DTX DL: use FSM for AMRMax3-38/+102
2016-10-12Move copy-pasted array into shared headerMax1-6/+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-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-17log: sysmo,lc15: tweak log about sapi_cmds queueNeels Hofmeyr1-3/+6
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
2016-06-22vty: install orphaned trx nominal power commandNeels Hofmeyr1-0/+2
2016-06-22dyn PDCH: lc15: complete for litecell15-bts: implement bts_model_ts_*()Neels Hofmeyr1-2/+49
2016-06-22dyn PDCH: lc15: handle TCH/F_PDCH init like TCH/FNeels Hofmeyr1-1/+2