Skip to content

Commit

Permalink
Merge pull request #51 from quarkiverse/Missing-result-codes-and-dict…
Browse files Browse the repository at this point in the history
…-entries

Missing result codes and dict entries
  • Loading branch information
eddiecarpenter authored Sep 26, 2024
2 parents c90b95c + 8ef172e commit 6ffdf8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ public interface ResultCode {
*/
int ELECTION_LOST = 4003;

/**
* Request denied because the end user's account could not cover the requested service
*/
int CREDIT_CONTROL_LIMIT_REACHED = 4012;

/**
* The peer received a message that contained an AVP that is not recognized or supported and was marked with the
* Mandatory bit. A Diameter message with this error MUST contain one or more Failed- AVP AVP containing the AVPs
Expand Down
6 changes: 6 additions & 0 deletions core/jdiameter/impl/src/main/resources/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,12 @@
<type type-name="IPAddress"/>
</avpdefn>

<avpdefn name="Number-Portability-Routing" code="2024" vendor-id="TGPP" mandatory="may" protected="mustnot"
may-encrypt="no" vendor-bit="must">
<type type-name="UTF8String"/>
</avpdefn>


<avpdefn name="IMS-Information" code="876" vendor-id="TGPP" mandatory="must" protected="mustnot" may-encrypt="no"
vendor-bit="must">
<grouped>
Expand Down

0 comments on commit 6ffdf8b

Please sign in to comment.