aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap_msg_factory.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-23 16:36:11 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-23 16:36:11 +0100
commit66a1acd2247cb3163f85fc956454d762bc46eda4 (patch)
treeaa1f40baef6153a8f947e988cf5e8a32a040bfe9 /src/ranap_msg_factory.c
parentb19779a6588d0ad2c3ec3634df51a74c0222187b (diff)
cs RAB: lower guaranteedBitrate
Diffstat (limited to 'src/ranap_msg_factory.c')
-rw-r--r--src/ranap_msg_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index cd2ddfc..36a39c2 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -569,7 +569,7 @@ static RANAP_RAB_Parameters_t *new_rab_par_voice(void)
ASN_SEQUENCE_ADD(&rab->maxBitrate.list, new_long(12200));
rab->guaranteedBitRate = CALLOC(1, sizeof(*rab->guaranteedBitRate));
- ASN_SEQUENCE_ADD(rab->guaranteedBitRate, new_long(12200));
+ ASN_SEQUENCE_ADD(rab->guaranteedBitRate, new_long(6700));
rab->deliveryOrder = RANAP_DeliveryOrder_delivery_order_requested;
rab->maxSDU_Size = 244;