mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-10-23 00:02:08 +00:00
25 lines
830 B
Diff
25 lines
830 B
Diff
From: Andreas Eberlein <aeberlein@blackned.de>
|
|
Date: Tue, 5 Feb 2019 13:10:59 +0100
|
|
Subject: [PATCH] fix AVP 493 Vendor
|
|
|
|
---
|
|
extensions/dict_s6a/dict_s6a.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/extensions/dict_s6a/dict_s6a.c b/extensions/dict_s6a/dict_s6a.c
|
|
index 11518f2..9dcd87c 100644
|
|
--- a/extensions/dict_s6a/dict_s6a.c
|
|
+++ b/extensions/dict_s6a/dict_s6a.c
|
|
@@ -138,7 +138,7 @@ int dict_s6a_init(char * conffile)
|
|
{
|
|
struct dict_avp_data data = {
|
|
493, /* Code */
|
|
- VENDOR_3GPP_Id, /* Vendor , EURECOM: with FD 1.2.0 does not work if vendor ID is 0 for this AVP*/
|
|
+ 0, /* Vendor */
|
|
"Service-Selection", /* Name */
|
|
AVP_FLAG_VENDOR | AVP_FLAG_MANDATORY, /* Fixed flags */
|
|
AVP_FLAG_VENDOR | AVP_FLAG_MANDATORY, /* Fixed flag values */
|
|
--
|
|
2.17.1
|
|
|