aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wipneels/vamos0Neels Hofmeyr2021-04-125-1/+35
* vamos wipNeels Hofmeyr2021-04-114-14/+14
* Revert "wip redirect OML from shadow to primary TRX"Neels Hofmeyr2021-04-101-8/+2
* wip redirect OML from shadow to primary TRXNeels Hofmeyr2021-04-101-2/+8
* osmo-bts-omldummy: create shadow TRXes iff VAMOS is enabledNeels Hofmeyr2021-04-101-0/+16
* add VAMOS shadow TRX structuresNeels Hofmeyr2021-04-1010-16/+43
* omldummy: add cmdline arg --featuresNeels Hofmeyr2021-04-081-2/+37
* omldummy: introduce using getopt_longNeels Hofmeyr2021-04-081-12/+68
* l1sap: use TLVP_PRES_LEN() macro in l1sap_chan_act()Vadim Yanitskiy2021-04-071-2/+1
* l1sap: use the passed 'trx' pointer in l1sap_chan_act()Vadim Yanitskiy2021-04-071-5/+5
* osmo-bts-trx: fix segfault on trx_phy_inst_open() failureVadim Yanitskiy2021-04-011-3/+6
* sched_lchan_tchh: fix frame number and fill FACCH gapPhilipp Maier2021-03-272-7/+50
* osmo-bts-trx: fix: do not call trx_if_close() two timesVadim Yanitskiy2021-03-181-6/+2
* bts-trx: reorder first timerfd schedule to decrease first timeout skewPau Espin Pedrol2021-03-151-4/+3
* bts-trx: Drop duplicate set of last_clk_indPau Espin Pedrol2021-03-151-2/+0
* bts-trx: Avoid submitting first data_ind with FN=0 to upper layersPau Espin Pedrol2021-03-111-3/+3
* bts-trx: Always submit rx PDTCH DATA.ind to l1sapPau Espin Pedrol2021-03-112-6/+18
* l1sap: Transmit pdtch invalid MAC blocks to PCUPau Espin Pedrol2021-03-112-6/+4
* doc/examples: enable stderr logging for osmo-bts-virtual.cfgVadim Yanitskiy2021-03-091-1/+1
* doc/examples: remove obsolete power control parametersVadim Yanitskiy2021-03-091-1/+0
* l1sap: add logging and VTY introspection for ACCH repetitionPhilipp Maier2021-03-012-10/+90
* l1sap: Store status of SRR in an lchan struct memeberPhilipp Maier2021-03-012-2/+9
* Bump version: 1.2.0.444-8777-dirty → 1.3.01.3.0Pau Espin Pedrol2021-02-235-21/+491
* ta_control: fix Timing Advance control for SDCCH channelsVadim Yanitskiy2021-02-201-5/+0
* tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol2021-02-193-3/+3
* tests: Explicitly drop category from logPau Espin Pedrol2021-02-193-0/+6
* gsm_data: handle l1_info with structsPhilipp Maier2021-02-164-17/+15
* GSMTAP: make remote host for Um logging configurable via VTYNeels Hofmeyr2021-02-163-10/+69
* vty: dont put a colon after vty_out in cfg_out macroPhilipp Maier2021-02-151-1/+1
* l1sap: fix comment: sapi number is missingPhilipp Maier2021-02-151-1/+1
* ta_control: make 'struct bts_ul_meas' parameters constVadim Yanitskiy2021-02-153-10/+19
* ta_control: cosmetic: use correct naming for MIN/MAX constraintsVadim Yanitskiy2021-02-151-4/+4
* add support for sysmoBTS 1003 aka "1002 with GPS and PoE"Harald Welte2021-02-153-1/+5
* GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy2021-02-135-25/+29
* GSMTAP: fix wrong naming of per-BTS SAPI commandsVadim Yanitskiy2021-02-131-10/+10
* GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.cVadim Yanitskiy2021-02-133-18/+17
* main: cosmetic: tweak deprecation warning messagesVadim Yanitskiy2021-02-131-4/+4
* l1sap: be sure that UL-SACCH repetition is turned offPhilipp Maier2021-02-111-1/+7
* l1sap.c: be sure that FACCH repetition is turned offPhilipp Maier2021-02-111-1/+7
* l1sap: fix repeated_dl_facch_active_decision()Philipp Maier2021-02-111-1/+1
* oml: ensure that IPA RSL Connect ACK/NACK contains all IEsVadim Yanitskiy2021-02-101-3/+14
* oml: reuse the given msgb in oml_fom_ack_nack()Vadim Yanitskiy2021-02-101-13/+13
* power_control: implement handling of P_Con_INTERVAL parameterVadim Yanitskiy2021-02-0710-3/+320
* power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P commentsVadim Yanitskiy2021-02-071-2/+2
* oml: use regular TLVP_PRES() in rx_oml_ipa_rsl_connect()Vadim Yanitskiy2021-02-071-3/+3
* oml: make 'struct tlv_parsed' pointer const where possibleVadim Yanitskiy2021-02-071-5/+5
* oml: avoid redundant ntohl() / htonl() conversionVadim Yanitskiy2021-02-071-3/+4
* vty: register libosmocore's FSM introspection commandsVadim Yanitskiy2021-02-061-0/+1
* oml: cosmetic code style changes in rx_oml_ipa_rsl_connect()Vadim Yanitskiy2021-02-061-6/+3
* osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg()Vadim Yanitskiy2021-02-051-1/+1