osmo-msc/src
Philipp Maier 3a77652cd7 msc_mgcp: use more conceise error msg on truncation
When a truncation check (osmo_strlcpy()) fails handle_error()
is called with MGCP_ERR_NOMEM as cause code. Which finally
results in an "out of memory" message. MGCP_ERR_NOMEM is only
used for failed truncation checks, so it makes sense to choose
a message that describes the cause of the problem better.

- rename MGCP_ERR_NOMEM to MGCP_ERR_TOOLONG
- replace error message string

Change-Id: Ifedb85c1933a30b2aa491b495119919f45782e2c
2018-03-14 21:04:50 +00:00
..
libcommon remove dead code (gsm_parse_reg) 2018-02-14 09:04:56 +01:00
libcommon-cs implement support for 3-digit MNC with leading zeros 2018-02-28 19:30:14 +01:00
libmsc msc_mgcp: use more conceise error msg on truncation 2018-03-14 21:04:50 +00:00
libvlr restore sending of optional MM info messages 2018-03-13 21:13:27 +01:00
osmo-msc msc_main: do not say 'osmo-nitb' in the usage 2018-03-10 05:17:38 +01:00
utils Remove utils imported from openbsc, fix building remaining util smpp_mirror 2017-12-05 19:16:32 +00:00
Makefile.am split off osmo-msc: remove files, apply build, rename 2017-08-29 12:51:19 +00:00