osmo-msc/openbsc/src
Neels Hofmeyr 1fe2647c5d ipaccess-config: properly create swload
Instead of 20, use the actual buffer sizes of struct sw_load, which are 255.
Previous code would truncate a longer string at 20 without(!) NUL termination.

In the _len members, store the actual length copied. In previous code, if the
source string were longer than 20, we would store only 20 (without NUL term)
but still reflect the longer length of the source string.

Fix both of these issues for sw_load.file_id / file_id_len and
sw_load.file_version / file_version_len.

Change-Id: I2e34a1348a290d3f58dd830d08da65b94b3270db
2017-05-22 13:28:31 +00:00
..
gprs Add missing _CFLAGS and _LIBS 2017-05-20 11:42:37 +00:00
ipaccess ipaccess-config: properly create swload 2017-05-22 13:28:31 +00:00
libbsc Get basic BTS attributes 2017-05-17 17:52:28 +00:00
libcommon src: use osmo_timer_setup() 2017-05-10 11:21:24 +02:00
libcommon-cs VTY: add the dyn_ts_allow_tch_f option 2017-04-03 16:38:06 +00:00
libfilter Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
libiu use new OSMO_VALUE_STRING 2016-12-21 14:02:07 +00:00
libmgcp src: use osmo_timer_setup() 2017-05-10 11:21:24 +02:00
libmsc libmsc: Map SMPP command status to GSM 04.11 cause 2017-05-20 08:18:50 +00:00
libtrau cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
osmo-bsc src: use osmo_timer_setup() 2017-05-10 11:21:24 +02:00
osmo-bsc_mgcp vty: remove ignored logging parameters 2017-02-08 09:37:38 +00:00
osmo-bsc_nat src: use osmo_timer_setup() 2017-05-10 11:21:24 +02:00
osmo-nitb src: use osmo_timer_setup() 2017-05-10 11:21:24 +02:00
utils Add missing _CFLAGS and _LIBS 2017-05-20 11:42:37 +00:00
Makefile.am Add empty libcommon-cs 2016-11-24 16:58:30 +01:00