aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/amr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/netif/amr.h b/include/osmocom/netif/amr.h
index 5e4ccd4..21ba9da 100644
--- a/include/osmocom/netif/amr.h
+++ b/include/osmocom/netif/amr.h
@@ -75,7 +75,8 @@ static inline void *osmo_amr_get_payload(struct amr_hdr *amrh)
#define AMR_FT_5 5 /* 7.95 */
#define AMR_FT_6 6 /* 10.2 */
#define AMR_FT_7 7 /* 12.2 */
-#define AMR_FT_MAX 8
+#define AMR_FT_SID 8 /* SID */
+#define AMR_FT_MAX 9
size_t osmo_amr_bytes(uint8_t amr_cmr);