Attention is currently required from: fixeria, pespin, daniel.
10 comments:
Patchset:
Hi Pau,
do you found the translation table in TS 29.272 Annex A rel 17? (Diameter to the NAS cause codes and Annex B for the SGSN NAS codes.)
File src/server_cb.erl:
Patch Set #1, Line 187: DIAMETER_ERROR_RAT_NOT_ALLOWED
DIAMETER_ERROR_UNKNOWN_EPS_SUBSCRIPTION
Patch Set #1, Line 189: gsup_cause2dia(?GMM_CAUSE_LA_NOTALLOWED) -> {[], [?EXP_RES(?DIAMETER_ERROR_RAT_NOT_ALLOWED)]};
Maybe DIAMETER_AUTHORIZATION_REJECTED would be better.
Patch Set #1, Line 191: DIAMETER_ERROR_UNKOWN_SERVING_NODE
DIAMETER_ERROR_UNKNOWN_EPS_SUBSCRIPTION
Patch Set #1, Line 192: DIAMETER_AUTHENTICATION_DATA_UNAVAILABLE
29.272 rel 17: Annex A and Annex B can be used to translate those.
IMHO: This should be unable_to_comply
Patch Set #1, Line 193: gsup_cause2dia(?GMM_CAUSE_CONGESTION) -> {[], [?EXP_RES(?DIAMETER_AUTHENTICATION_DATA_UNAVAILABLE)]};
I would send unable to comply here, even it is not defined.
Patch Set #1, Line 194: GMM_CAUSE_GSM_AUTH_UNACCEPT
I would remove this. We should never get this error and we don't use it on the hlr so far.
Patch Set #1, Line 195: DIAMETER_ERROR_UNKOWN_SERVING_NODE
DIAMETER_MISSING_AVP
Patch Set #1, Line 196: DIAMETER_ERROR_UNKOWN_SERVING_NODE
DIAMETER_UNABLE_TO_COMPLY
Patch Set #1, Line 197: TODO: more values
This TODO can be removed I guess?
not yet.I've a patch for this.
To view, visit change 34259. To unsubscribe, or for help writing mail filters, visit settings.