Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No enumerated list of values for AVP Flow_Status (511) #204

Open
northmirko opened this issue Jun 17, 2023 · 0 comments
Open

No enumerated list of values for AVP Flow_Status (511) #204

northmirko opened this issue Jun 17, 2023 · 0 comments

Comments

@northmirko
Copy link

erGW-AAA version

Release/Tag 4.1.4

Erlang/OTP version

OTP 24.3

Description

No description for enumeration for APV Flow_Status (511):

type enumerated Flow_Status (511)
{
  ENABLED_UPLINK      (0),
  ENABLED_DOWNLINK    (1),
  ENABLED             (2),
  DISABLED            (3),
  REMOVED             (4)
}

Describe proposal of the solution ...

Enumeration Description should be put in:
3GPP TS 29.214
AVP: Flow-Status (511) 3GPP (10415)

Current behavior

Diameter decoding error:

[error] <0.1870.0> ergw_aaa_gx:handle_answer/5:223: <<"PCRF">>: decode of answer from {<0.1454.0>,{diameter_caps,{<<"pgw.234">>,<<"rtepcrf">>},{<<"pcrf.pgw.m234">>,<<"pcrf.pgw.m234">>},{[{127,0,0,129}],[{127,0,122,122}]},{18681,0},{<<"erGW-AAA">>,<<"freediameter">>},{[1748534711],[1687029559]},{[10415,13019,18681],[5535,10415,13019]},{[16777238],[]},{[],[]},{[],[]},{[{'diameter_base_Vendor-Specific-Application-Id',10415,[16777238],[]}],[{'diameter_base_Vendor-Specific-Application-Id',10415,[16777236],[]},{'diameter_base_Vendor-Specific-Application-Id',10415,[16777238],[]}]},{[],[10500]},{[],[]}}} failed, errors [{5004,
{diameter_avp,1001,10415,true,false,
[{diameter_avp,1003,10415,true,false,
[{diameter_avp,511,10415,true,false,<<0,0,0,2>>,'Flow-Status',undefined,'Enumerated',3}],
'Charging-Rule-Definition',undefined,'Grouped',0}
],
'Charging-Rule-Install',undefined,'Grouped',4}
}
]

[error] <0.1863.0> ergw_aaa_gx:handle_cca/5:303: CCA Result: {error,[2001]}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant