aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/osmux.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2013-05-24 12:44:46 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2013-05-24 12:44:46 +0200
commitaf8cc087ee3da4fc8e2cfdb308be2d440992d0c6 (patch)
tree6dc437df80978c47191a07e8bd94c2aebe255caf /include/osmocom/netif/osmux.h
parent70214a15d1d575802d821c3555f61c3797a0a89b (diff)
osmux: fix wrong OSMUX header description in header file
It was not matching with the current code.
Diffstat (limited to 'include/osmocom/netif/osmux.h')
-rw-r--r--include/osmocom/netif/osmux.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h
index 9ef79d2..f55fb25 100644
--- a/include/osmocom/netif/osmux.h
+++ b/include/osmocom/netif/osmux.h
@@ -3,14 +3,14 @@
/* OSmux header:
*
- * ft (4 bits): 0=signalling, 1=voice (AMR-CMR)
- * amr_cmr (4 bits): see cmr field in AMR header (RFC3267)
- * circuit_id (8 bits): simplified version of RTP SSRC
- * seq (8-bits): combination of RTP timestamp and seq. number
- * amr_f (1-bits): AMR f bit (RFC3267)
- * amr_ft (4-bits): AMR ft bit (RFC3267)
- * amr_q (1-bits): AMR q bit (RFC3267)
- * rtp_marker (1 bits): RTP marker
+ * ft (3 bits): 0=signalling, 1=voice
+ * ctr (3 bits): Number of batched AMR payloads (starting 0)
+ * amr_f (1 bit): AMR F field (RFC3267)
+ * amr_q (1 bit): AMR Q field (RFC3267)
+ * seq (8 bits): Combination of RTP timestamp and seq. number
+ * circuit_id (8 bits): Circuit ID, ie. Call identifier.
+ * amr_ft (4 bits): AMR FT field (RFC3267)
+ * amr_cmr (4 bits): AMR CMT field (RFC3267)
*/
#define OSMUX_FT_SIGNAL 0