osmo-bts/src/osmo-bts-oc2g
Vadim Yanitskiy 40fb4b7614 osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag'
== How to reproduce?

  phy 0
    instance 0
      dsp-trace-flag error
      dsp-trace-flag debug

== What happens?

  Program received signal SIGSEGV, Segmentation fault.
  0x432dbe64 in strcasecmp () from /lib/libc.so.6
  (gdb)
  (gdb) bt
  #00x432dbe64 in strcasecmp () from /lib/libc.so.6
  #10xb6ed69ec in get_string_value () from /usr/lib/libosmocore.so.12
  #20x0001bcf0 in cfg_phy_dsp_trace_f ()
  #30xb6fc1080 in ?? () from /usr/lib/libosmovty.so.4
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Change-Id: I23137930f81bfa8adbb62828f341470c11202b5e
2020-04-26 23:22:25 +07:00
..
misc logging: use only LOGL_NOTICE as defualt loglevel 2020-04-14 13:20:21 +00:00
Makefile.am oc2g: Fix headers missing during make distcheck 2018-12-04 16:06:31 +01:00
calib_file.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
hw_info.ver_major Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
hw_misc.c Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
hw_misc.h Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
l1_if.c oc2g: Fix mismatching signature in callback provided 2020-04-25 13:51:16 +00:00
l1_if.h struct gsm_bts: Add model_priv pointer handing bts_model specific data 2019-10-05 20:50:13 +00:00
l1_transp.h Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
l1_transp_hw.c Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
main.c Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSP 2019-11-14 20:02:45 +01:00
oc2gbts.c Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
oc2gbts.h fix compilation with gcc-10 2020-04-20 20:09:24 +02:00
oc2gbts_vty.c osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag' 2020-04-26 23:22:25 +07:00
oml.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
oml_router.c Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
oml_router.h Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00
tch.c osmo-bts-sysmo: merge measurement data and payload 2020-02-17 12:40:07 +01:00
utils.c Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc() 2018-11-22 15:30:46 +07:00
utils.h Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00