dexter has uploaded this change for review. ( https://gerrit.osmocom.org/13077
Change subject: AMR: add spec reference for AMR frame types
......................................................................
AMR: add spec reference for AMR frame types
Change-Id: I39a602ae96570c9609680ff67e0946a696091cbe
---
M include/osmocom/netif/amr.h
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/77/13077/1
diff --git a/include/osmocom/netif/amr.h b/include/osmocom/netif/amr.h
index b0ab8a3..5b48bcb 100644
--- a/include/osmocom/netif/amr.h
+++ b/include/osmocom/netif/amr.h
@@ -69,6 +69,9 @@
return (uint8_t *)amrh + sizeof(struct amr_hdr);
}
+/* AMR voice frame type identifiers
+ * See also 3GPP TS 26.101, Table 1a: Interpretation of Frame Type, Mode
+ * Indication and Mode Request fields */
#define AMR_FT_0 0 /* 4.75 */
#define AMR_FT_1 1 /* 5.15 */
#define AMR_FT_2 2 /* 5.90 */
--
To view, visit https://gerrit.osmocom.org/13077
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I39a602ae96570c9609680ff67e0946a696091cbe
Gerrit-Change-Number: 13077
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>