osmo-msc/src/libmsc
Neels Hofmeyr 0906a39425 add ';' after OSMO_ASSERT()
Currently, OSMO_ASSERT() is defined such that it ends in a semicolon, hence an
added ';' is redundant. However, the usual way this kind of macro should be
defined is

  #define OSMO_ASSERT(x) do { ... } while(0)

so that the compiler requires a trailing semicolon.

To prepare for such a change possibly coming up in libosmocore, add ';' to all
OSMO_ASSERT() users.

Change-Id: Ic79c8b8f98a7f3bef761751d55a7e6125cf2c46d
2017-10-05 15:33:06 +02:00
..
Makefile.am move libiu to osmo-iuh/libosmo-ranap 2017-08-29 12:51:18 +00:00
a_iface.c Remove rest_octets.h 2017-09-15 11:31:03 +02:00
a_iface_bssap.c Remove rest_octets.h 2017-09-15 11:31:03 +02:00
auth.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
ctrl_commands.c ctrl: remove unimplemented cmds subscriber-{modify,delete} 2017-09-19 00:37:48 +02:00
db.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
gsm_04_08.c add ';' after OSMO_ASSERT() 2017-10-05 15:33:06 +02:00
gsm_04_11.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
gsm_04_14.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
gsm_04_80.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
gsm_subscriber.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
iu_dummy.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
iucs.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
iucs_ranap.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
meas_feed.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
meas_feed.h move openbsc/* to repos root 2017-07-12 23:17:10 +00:00
mncc.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
mncc_builtin.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
mncc_sock.c Remove rest_octets.h 2017-09-15 11:31:03 +02:00
msc_ifaces.c fix build: remove obsolete header legacy_mgcp/mgcp.h 2017-09-24 19:52:25 +02:00
msc_vty.c use separated libosmo-mgcp-client, apply rename to mgcp_client_* 2017-09-08 23:47:37 +00:00
osmo_msc.c Remove rest_octets.h 2017-09-15 11:31:03 +02:00
rrlp.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
silent_call.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
smpp_openbsc.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
smpp_smsc.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
smpp_smsc.h libmsc: add support for SMPP delivery receipts 2017-08-27 02:33:49 +02:00
smpp_utils.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
smpp_vty.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
sms_queue.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
subscr_conn.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
transaction.c rename include/openbsc to include/osmocom/msc 2017-09-06 16:41:25 +02:00
ussd.c Remove rest_octets.h 2017-09-15 11:31:03 +02:00
vty_interface_layer3.c vty: fix: missing default cmds at hlr node 2017-09-19 00:15:53 +02:00