osmo-bts/src
Harald Welte 113712c728 rsl.c: Fix compiler error on gcc-9.2.1
rsl.c: In function ‘rsl_rx_ipac_XXcx’:
rsl.c:2147:39: error: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 28 [-Werror=format-truncation=]
 2147 |   snprintf(cname, sizeof(cname), "bts@%s", ipstr);
      |                                       ^~
rsl.c:2147:3: note: ‘snprintf’ output between 5 and 260 bytes into a destination of size 32
 2147 |   snprintf(cname, sizeof(cname), "bts@%s", ipstr);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: Id982a814f401e304327d25c77666f039bc156c1f
2020-01-12 16:11:12 +01:00
..
common rsl.c: Fix compiler error on gcc-9.2.1 2020-01-12 16:11:12 +01:00
osmo-bts-litecell15 Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSP 2019-11-14 20:02:45 +01:00
osmo-bts-oc2g Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSP 2019-11-14 20:02:45 +01:00
osmo-bts-octphy Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
osmo-bts-omldummy bts_model: Allow TS connect to be processed asynchronously 2018-11-26 14:08:14 +01:00
osmo-bts-sysmo Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSP 2019-11-14 20:02:45 +01:00
osmo-bts-trx rsl: ensure measurement reports are sent 2020-01-03 12:56:00 +01:00
osmo-bts-virtual Move and rename gsm_lchan.ms_power field 2019-11-14 16:36:00 +01:00
Makefile.am Add OC-2G BTS sources 2018-10-27 11:35:58 +00:00