libosmocore namespace changes ("osmo_")

This commit is contained in:
Harald Welte 2011-05-08 09:46:46 +02:00
parent 005e26833e
commit a22f5923d1
4 changed files with 48 additions and 48 deletions

View file

@ -102,7 +102,7 @@ static int rx_tl_sdu(uint8_t *bits, unsigned int len)
uint8_t mle_pdisc = bits_to_uint(bits, 3);
printf("TL-SDU(%s): %s", tetra_get_mle_pdisc_name(mle_pdisc),
ubit_dump(bits, len));
osmo_ubit_dump(bits, len));
switch (mle_pdisc) {
case TMLE_PDISC_MM:
printf(" %s", tetra_get_mm_pdut_name(bits_to_uint(bits+3, 4), 0));