#include #include #include #include int iu_tx(struct msgb *msg, uint8_t sapi) { LOGP(DLGLOBAL, LOGL_INFO, "iu_tx() dummy called, NOT transmitting %d bytes: %s\n", msg->len, osmo_hexdump(msg->data, msg->len)); return 0; }