osmo-msc/src
Vadim Yanitskiy dcf2868e62 libmsc/msc_vty.c: do not abuse strlen() to check char buffers
In the most cases we need to check whether particular char buffer
is empty or not. Using strlen() for that involves more CPU power,
so let's just check the first character against '\0'.

Change-Id: I8728876b80c870e82247e6e56f719e10ed322a95
2019-06-03 07:18:41 +00:00
..
libmsc libmsc/msc_vty.c: do not abuse strlen() to check char buffers 2019-06-03 07:18:41 +00:00
libvlr sgs_iface: detect and react to VLR/HLR failure 2019-05-27 11:49:50 +00:00
osmo-msc build osmo-msc: add "missing" LIBASN1C_LIBS 2019-05-19 07:25:04 +00:00
utils configure.ac: drop useless SQLite3 dependency 2019-04-25 21:23:35 +02:00
Makefile.am Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr 2018-08-05 11:20:21 +02:00