mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-09 18:34:14 +02:00
libosmocore namespace changes ("osmo_")
This commit is contained in:
parent
005e26833e
commit
a22f5923d1
4 changed files with 48 additions and 48 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue