aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2020-01-06measurement: use signed integer for division of ta256b_sumMichael McTernan1-1/+1
2020-01-03l1sap.c: ensure ms power control loop is runningPhilipp Maier1-0/+2
2020-01-03rsl: ensure measurement reports are sentPhilipp Maier3-5/+32
2019-12-31osmo-bts-trx/vty: ensure backwards compatibility with older config filesVadim Yanitskiy1-2/+11
2019-12-23l1sap: is_fille_frame(): verify len of data comparedPau Espin Pedrol1-0/+3
2019-12-05power_control.c: Clarify loop algo vars and use correct ones during logPau Espin Pedrol1-18/+18
2019-12-05power_control.c: Log maximum allowed MS Power LevelPau Espin Pedrol1-6/+10
2019-12-05rsl: Clarify when autnonoums MS Power Ctrl Loop is usedPau Espin Pedrol1-9/+6
2019-12-04rach_pass_filter(): Add information about channel typeHarald Welte1-10/+11
2019-12-03rsl_rx_chan_act: Apply bitmask when parsing IE MS_POWERPau Espin Pedrol1-1/+1
2019-12-02common/abis.c: use tall_bts_ctx as talloc-context for libosmo_abis_init()Vadim Yanitskiy1-1/+1
2019-12-02common/abis.c: pass gsm_bts_trx to e1inp_sign_link_create()Vadim Yanitskiy1-4/+2
2019-11-26common/vty.c: fix: properly assert() the result of get_string_value()Vadim Yanitskiy1-2/+2
2019-11-22pcuif_proto.h: extend RACH.ind with TRX and timeslot number fieldsVadim Yanitskiy2-5/+10
2019-11-20power_control.c: Limit speed of announced MS Power Level value changesPau Espin Pedrol1-4/+17
2019-11-20power_control.c: Don't use announced MS Power level as input for loop calcula...Pau Espin Pedrol2-25/+4
2019-11-19osmo-bts-trx: general handling of NOPE / IDLE indicationsVadim Yanitskiy1-0/+15
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol3-1/+12
2019-11-14power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS P...Pau Espin Pedrol2-2/+14
2019-11-14power_control.c: Log rx current and target signal levelsPau Espin Pedrol1-4/+6
2019-11-14power_control.c: Apply latests improvements from loops.cPau Espin Pedrol1-45/+66
2019-11-14Move and rename gsm_lchan.ms_power fieldPau Espin Pedrol3-15/+14
2019-11-14rsl: Remove unneeded duplicate reset on some lchan fieldsPau Espin Pedrol1-3/+0
2019-11-14Change gsm_lchan field fixed to boolPau Espin Pedrol1-8/+8
2019-11-14Change gsm_bts_trx field to bool and rename itPau Espin Pedrol2-4/+4
2019-11-14cosmetic: Fix trailing whitespacePau Espin Pedrol1-1/+1
2019-11-12rsl: Fix logged value in rx MS Power ControlPau Espin Pedrol1-1/+1
2019-11-12rsl: Assign recv pwr to lchan's max ms powerPau Espin Pedrol1-2/+22
2019-10-28cosmetic: l1sap.c: Fix typoPau Espin Pedrol1-1/+1
2019-10-28power_control.c: Take into account RSL CHAN ACT ms power level limitsPau Espin Pedrol1-0/+7
2019-10-21vty.c: avoid coverity BAD_SHIFT issuesOliver Smith1-0/+2
2019-10-21vty.c: don't ignore get_string_value() errorsOliver Smith1-4/+4
2019-10-17Fix common misspellings and typosMartin Hauke10-23/+23
2019-10-17vty: add "logging filter l1-sapi"Oliver Smith2-0/+70
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+82
2019-10-09L1SAP: there can be no DATA.ind primitives on PTCCH/U, reject themVadim Yanitskiy1-16/+18
2019-10-09L1SAP: use GSMTAP_CHANNEL_PDTCH for PDTCH blocks by defaultVadim Yanitskiy1-2/+4
2019-10-09L1SAP: fix gsmtap_pdch(): there can be no DATA.ind on PTCCH/UVadim Yanitskiy1-7/+0
2019-10-09L1SAP: use the actual ARFCN for outgoing PCUIF messagesVadim Yanitskiy1-4/+4
2019-10-09L1SAP: properly handle 11-bit encoded RACH.ind in gsmtap_ph_rach()Vadim Yanitskiy1-1/+1
2019-10-09L1SAP: refactor handling of Access Bursts on PDCHVadim Yanitskiy1-15/+43
2019-10-09L1SAP: do not pass unused parameter to l1sap_handover_rach()Vadim Yanitskiy1-3/+2
2019-10-09L1SAP: clarify debug messages in rach_pass_filter()Vadim Yanitskiy1-3/+3
2019-10-05bts-trx: vty: Print phy link state in cmd 'show transceiver'Pau Espin Pedrol1-0/+10
2019-10-04common/l1sap: increase ToA precision for packet Access BurstsVadim Yanitskiy1-1/+2
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy3-7/+25
2019-10-02l1sap: Log conn dropped due to radio link counter timeoutPau Espin Pedrol1-1/+5
2019-10-02scheduler: Use OSMO_ASSERT instead of abortPau Espin Pedrol1-4/+3
2019-10-02scheduler.c: Move some message log level to DEBUGPau Espin Pedrol1-4/+4
2019-09-10osmo-bts-trx: migrate to new generic ECU abstractionHarald Welte1-0/+22