aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-11-28 05:28:21 +0100
committerneels <nhofmeyr@sysmocom.de>2023-12-13 01:52:22 +0000
commite38f1ebc717ce1a7dcc5b76dcee87713e6448000 (patch)
treeb326794000700c2fbde0d2a48c24c607bbac8236
parentb51c35e846ce4f9b288056eb71db0e6421d7d99e (diff)
add comment in codec_mapping.c
-rw-r--r--src/libmsc/codec_mapping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmsc/codec_mapping.c b/src/libmsc/codec_mapping.c
index 4063514ec..8eea242a1 100644
--- a/src/libmsc/codec_mapping.c
+++ b/src/libmsc/codec_mapping.c
@@ -111,6 +111,7 @@ const struct codec_mapping codec_map[] = {
},
{
.sdp = {
+ /* 112 is just what we use by default. The other call leg may impose a different number. */
.payload_type = 112,
.subtype_name = "AMR",
.rate = 8000,