aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-04osmo-bts-virtual: implement GSMTAP_CHANNEL_VOICEneels/virt-voiceNeels Hofmeyr2-17/+33
2020-03-02osmo-bts-virtual: do not print redundant info in tx_to_virt_um()Vadim Yanitskiy1-13/+2
2020-02-29osmo-bts-virtual: fix wrong endianness in gsmtap_hdr_stringify()Vadim Yanitskiy1-1/+3
2020-02-29common/sysinfo: reduce criticality of a logging messageVadim Yanitskiy1-1/+1
2020-02-27vty: fix left shift by 31 cannot be represented in type 'int'Vadim Yanitskiy1-1/+1
2020-02-26virtual: Fix VTY commands to specify GSMTAP multicast groupsHarald Welte1-2/+2
2020-02-25cosmetic: Fix some typos with codespellPau Espin Pedrol4-5/+5
2020-02-25bts-trx: trx_if.c: Fix some printf formatsPau Espin Pedrol1-3/+3
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier8-31/+28
2020-02-17Do not depend on pcu_direct flag when populating ph_data_indPhilipp Maier3-15/+12
2020-02-12l1sap: Change loglevel of Rx TCH.ind INFO->DEBUGPau Espin Pedrol1-1/+1
2020-02-12l1_if: Fix strange formatting of Meas info loggingPau Espin Pedrol4-40/+27
2020-01-21osmo-bts-sysmo/Makefile.am: fix: do not overwrite bin_PROGRAMSVadim Yanitskiy1-1/+1
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier9-98/+127
2020-01-20measurment: write irssi_full_sum variable correctlyPhilipp Maier3-5/+5
2020-01-20ta_control: move timing advance code from osmo-bts-trx to commonPhilipp Maier18-81/+773
2020-01-14L1SAP: use LOGL_DEBUG for logging from rach_pass_filter()Vadim Yanitskiy1-3/+3
2020-01-12rsl.c: Fix compiler error on gcc-9.2.1Harald Welte1-1/+1
2020-01-11common/abis.c: make use of RSL TEI from OML IPA RSL ConnectVadim Yanitskiy2-2/+5
2020-01-11common/vty.c: get rid of generic exit / end commandsVadim Yanitskiy1-42/+0
2020-01-06measurement: use signed integer for division of ta256b_sumMichael McTernan1-1/+1
2020-01-03Bump version: 1.1.0.95-24e7-dirty → 1.2.01.2.0Pau Espin Pedrol2-6/+117
2020-01-03l1sap.c: ensure ms power control loop is runningPhilipp Maier1-0/+2
2020-01-03rsl: ensure measurement reports are sentPhilipp Maier5-8/+41
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-30bts-trx: Drop low layer MS Power Control Loop algoPau Espin Pedrol7-214/+9
2019-11-27scheduler_trx.c: cast ptrdiff value to fix printf formatPau Espin Pedrol1-1/+1
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 Yanitskiy4-7/+15
2019-11-20power_control.c: Limit speed of announced MS Power Level value changesPau Espin Pedrol3-9/+83
2019-11-20power_control.c: Don't use announced MS Power level as input for loop calcula...Pau Espin Pedrol3-26/+4
2019-11-20osmo-bts-trx/trx_if.c: fix: NOPE.ind also contains C/I fieldVadim Yanitskiy1-5/+6
2019-11-20scheduler_trx.c: avoid division by zero when calculating BERPhilipp Maier3-4/+13
2019-11-19osmo-bts-virtual.cfg: ms-power-control dsp -> osmoOliver Smith1-1/+1
2019-11-19osmo-bts-trx/trx_if.c: also print both RSSI and ToA256 for NOPE.indVadim Yanitskiy1-3/+3
2019-11-19osmo-bts-trx/trx_if.c: fix: always initialize bi->burst_len for NOPE.indVadim Yanitskiy1-1/+3
2019-11-19osmo-bts-trx: general handling of NOPE / IDLE indicationsVadim Yanitskiy3-8/+20
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol9-4/+23
2019-11-14power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS P...Pau Espin Pedrol3-2/+15
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 Pedrol2-45/+75
2019-11-14bts-trx: loops.c: Avoid always clamping MS power to MS power class 1Pau Espin Pedrol1-10/+1