diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-05-18 10:33:50 +0200 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-05-19 20:32:58 +0000 |
commit | 6f66feb42d0cd68f23a1ae4fff55f58a278820d6 (patch) | |
tree | 1e89c21e8e25281744e6b4fbfc005fdd784a6187 /src | |
parent | 0e3a02776ce2a2b5b0567c6077ef66b153ca57d2 (diff) |
tests: Fix trailing whitespace
Change-Id: I3ef7a3f1c3247615619a0d01c92d8f80572b0dfe
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/dummy_cn_sua.c | 2 | ||||
-rw-r--r-- | src/tests/test-helpers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/dummy_cn_sua.c b/src/tests/dummy_cn_sua.c index f9b4244..aba6c8a 100644 --- a/src/tests/dummy_cn_sua.c +++ b/src/tests/dummy_cn_sua.c @@ -305,7 +305,7 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *link) break; case OSMO_PRIM(OSMO_SCU_PRIM_N_UNITDATA, PRIM_OP_INDICATION): /* connection-oriented data received */ - printf("N-UNITDATA.ind(%s)\n", + printf("N-UNITDATA.ind(%s)\n", osmo_hexdump(msgb_l2(oph->msg), msgb_l2len(oph->msg))); rc = ranap_cn_rx_cl(cn_ranap_handle_cl, link, msgb_l2(oph->msg), msgb_l2len(oph->msg)); break; diff --git a/src/tests/test-helpers.c b/src/tests/test-helpers.c index 6a6a4d1..aafe815 100644 --- a/src/tests/test-helpers.c +++ b/src/tests/test-helpers.c @@ -130,7 +130,7 @@ void test_ranap_common(void) struct gprs_ra_id ra_id = {0}; int rc; - + RANAP_LAI_t lai = { .pLMNidentity = { .buf = plmnid_buf, |