aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/tch_fr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/tch_fr.h')
-rw-r--r--src/osmo-bts-trx/tch_fr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/tch_fr.h b/src/osmo-bts-trx/tch_fr.h
index 68a93185..01414572 100644
--- a/src/osmo-bts-trx/tch_fr.h
+++ b/src/osmo-bts-trx/tch_fr.h
@@ -1,7 +1,8 @@
#ifndef _TCH_FR_H
#define _TCH_FR_H
-int tch_fr_decode(uint8_t *tch_data, sbit_t *bursts);
-int tch_fr_encode(ubit_t *bursts, uint8_t *tch_data, int len);
+int tch_fr_decode(uint8_t *tch_data, sbit_t *bursts, int network_order);
+int tch_fr_encode(ubit_t *bursts, uint8_t *tch_data, int len,
+ int network_order);
#endif /* _TCH_FR_H */