summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-07 17:56:19 +0200
committerPablo Neira Ayuso2011-06-07 17:56:19 +0200
commit392d1dcb34cf73044bf58501c16a52a8f593c4e8 (patch)
treea5c1b357e10feba26b1620db262a494a1bab7cb2 /include/osmocom
parente1input: rework generic (virtual and real) E1 line operations (diff)
downloadlibosmo-abis-392d1dcb34cf73044bf58501c16a52a8f593c4e8.tar.gz
libosmo-abis-392d1dcb34cf73044bf58501c16a52a8f593c4e8.tar.xz
libosmo-abis-392d1dcb34cf73044bf58501c16a52a8f593c4e8.zip
include: remove superfluous definition from internal.h
Get rid of definitions that we no longer need. And move trau_frame_idle() definition where it really belongs to. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/abis/trau_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/abis/trau_frame.h b/include/osmocom/abis/trau_frame.h
index a76da33..64bec2b 100644
--- a/include/osmocom/abis/trau_frame.h
+++ b/include/osmocom/abis/trau_frame.h
@@ -59,5 +59,6 @@ int decode_trau_frame(struct decoded_trau_frame *fr, const uint8_t *trau_bits);
int encode_trau_frame(uint8_t *trau_bits, const struct decoded_trau_frame *fr);
int trau_frame_up2down(struct decoded_trau_frame *fr);
+uint8_t *trau_idle_frame(void);
#endif /* _TRAU_FRAME_H */