aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15
AgeCommit message (Expand)AuthorFilesLines
2017-09-19vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODENeels Hofmeyr1-0/+1
2017-09-08Check readv() return value to prevent crashMax1-2/+8
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-2/+2
2017-08-01lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapiPau Espin Pedrol1-2/+2
2017-07-25cosmetic: lc15bts_mgr_vty.c: Fix typos in commentsPau Espin Pedrol1-2/+2
2017-07-25litecell15: Register in vty limits for paX_pwrPau Espin Pedrol1-0/+2
2017-07-25cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.cPau Espin Pedrol1-4/+4
2017-07-22lc15: port lc15bts-mgr dependency changesMax7-85/+326
2017-07-19lc15: port lc15bts-mgr changesMax19-375/+1988
2017-07-18lc15: fix BTS revision and hw optionsMax2-7/+15
2017-07-18lc15-mgr: update parameter read/writeMax2-1/+4
2017-07-18lc15: cleanup board parameters readingMax1-22/+25
2017-07-10Use osmo_dump_gsmtime to log fn across different layersPau Espin Pedrol1-2/+5
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol2-12/+9
2017-07-04sysmo, litecell15: Make sure all TCH events are triggeredPau Espin Pedrol1-0/+5
2017-07-04Fix annoying trailing whitespacePau Espin Pedrol3-13/+12
2017-07-04Use L1P instead of L1C for TCH logging and allocationPau Espin Pedrol1-12/+12
2017-06-30litecell15/tch.c: Clean up use of empty bufferPau Espin Pedrol1-3/+4
2017-06-29osmo-bts-litecell15: Fix missing frame number in MEAS INDPhilipp Maier1-2/+3
2017-06-24LC15: properly handle BS-AG-BLKS-RES as received from BSCMinh-Quang Nguyen1-1/+1
2017-06-19Move parameter file opening into separate functionMax5-61/+52
2017-06-15Set and report BTS featuresMax1-0/+4
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-2/+1
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