feat: create cook branch
This commit is contained in:
@@ -1067,7 +1067,7 @@ int sh_dict_def_cmd_udr()
|
||||
/* User-Data-Request (UDR) Command */
|
||||
/*
|
||||
The User-Data-Request (UDR) command, indicated by the Com
|
||||
mand-Code field set to 306 and the <20>R?bit set in the
|
||||
mand-Code field set to 306 and the <20>R<EFBFBD> bit set in the
|
||||
Command Flags field, is sent by a Diameter client to a Diameter server in order to request user data.
|
||||
Message Format:
|
||||
|
||||
@@ -1151,7 +1151,7 @@ int sh_dict_def_cmd_uda()
|
||||
{
|
||||
/* User-Data-Answer (UDA) Command */
|
||||
/*
|
||||
The User-Data-Answer (UDA) command, indicated by the Command-Code field set to 306 and the <20>R?bit cleared in
|
||||
The User-Data-Answer (UDA) command, indicated by the Command-Code field set to 306 and the <20>R<EFBFBD> bit cleared in
|
||||
the Command Flags field, is sent by a server in response to the User-Data-Request command. The Experimental-Result
|
||||
AVP may contain one of the values defined in section 6.2 or in 3GPP TS 29.229 [6].
|
||||
Message Format:
|
||||
@@ -1209,7 +1209,7 @@ int sh_dict_def_cmd_pur()
|
||||
{
|
||||
/* Profile-Update-Request (PUR) Command */
|
||||
/*
|
||||
The Profile-Update-Request (PUR) command, indicated by the Command-Code field set to 307 and the <20>R?bit set in
|
||||
The Profile-Update-Request (PUR) command, indicated by the Command-Code field set to 307 and the <20>R<EFBFBD> bit set in
|
||||
the Command Flags field, is sent by a Diameter client to a Diameter server in order to update user data in the server.
|
||||
Message Format:
|
||||
|
||||
@@ -1270,7 +1270,7 @@ int sh_dict_def_cmd_pua()
|
||||
{
|
||||
/* Profile-Update-Answer (PUA) Command */
|
||||
/*
|
||||
The Profile-Update-Answer (PUA) command, indicated by the Command-Code field set to 307 and the <20>R?bit cleared
|
||||
The Profile-Update-Answer (PUA) command, indicated by the Command-Code field set to 307 and the <20>R<EFBFBD> bit cleared
|
||||
in the Command Flags field, is sent by a server in response to the Profile-Update-Request command. The Experimental-
|
||||
Result AVP may contain one of the values defined in section 6.2 or in 3GPP TS 29.229 [6].
|
||||
Message Format:
|
||||
@@ -4411,7 +4411,7 @@ int sh_dict_init_bak(char * conffile)
|
||||
#endif
|
||||
|
||||
|
||||
/* Error: Editor<6F>s Note: The code for DRMP AVP is to be updated when it is available within the draft-ietf-dime-drmp-02 [13]. */
|
||||
/* Error: Editor<6F>s Note: The code for DRMP AVP is to be updated when it is available within the draft-ietf-dime-drmp-02 [13]. */
|
||||
/* DRMP AVP */
|
||||
{
|
||||
struct dict_avp_data data = {
|
||||
@@ -4460,7 +4460,7 @@ int sh_dict_init_bak(char * conffile)
|
||||
{
|
||||
/*
|
||||
The User-Data-Request (UDR) command, indicated by the Com
|
||||
mand-Code field set to 306 and the <20>R?bit set in the
|
||||
mand-Code field set to 306 and the <20>R<EFBFBD> bit set in the
|
||||
Command Flags field, is sent by a Diameter client to a Diameter server in order to request user data.
|
||||
Message Format:
|
||||
|
||||
@@ -4542,7 +4542,7 @@ int sh_dict_init_bak(char * conffile)
|
||||
/* User-Data-Answer (UDA) Command */
|
||||
{
|
||||
/*
|
||||
The User-Data-Answer (UDA) command, indicated by the Command-Code field set to 306 and the <20>R?bit cleared in
|
||||
The User-Data-Answer (UDA) command, indicated by the Command-Code field set to 306 and the <20>R<EFBFBD> bit cleared in
|
||||
the Command Flags field, is sent by a server in response to the User-Data-Request command. The Experimental-Result
|
||||
AVP may contain one of the values defined in section 6.2 or in 3GPP TS 29.229 [6].
|
||||
Message Format:
|
||||
@@ -4598,7 +4598,7 @@ int sh_dict_init_bak(char * conffile)
|
||||
/* Profile-Update-Request (PUR) Command */
|
||||
{
|
||||
/*
|
||||
The Profile-Update-Request (PUR) command, indicated by the Command-Code field set to 307 and the <20>R?bit set in
|
||||
The Profile-Update-Request (PUR) command, indicated by the Command-Code field set to 307 and the <20>R<EFBFBD> bit set in
|
||||
the Command Flags field, is sent by a Diameter client to a Diameter server in order to update user data in the server.
|
||||
Message Format:
|
||||
|
||||
@@ -4657,7 +4657,7 @@ int sh_dict_init_bak(char * conffile)
|
||||
/* Profile-Update-Answer (PUA) Command */
|
||||
{
|
||||
/*
|
||||
The Profile-Update-Answer (PUA) command, indicated by the Command-Code field set to 307 and the <20>R?bit cleared
|
||||
The Profile-Update-Answer (PUA) command, indicated by the Command-Code field set to 307 and the <20>R<EFBFBD> bit cleared
|
||||
in the Command Flags field, is sent by a server in response to the Profile-Update-Request command. The Experimental-
|
||||
Result AVP may contain one of the values defined in section 6.2 or in 3GPP TS 29.229 [6].
|
||||
Message Format:
|
||||
|
||||
Reference in New Issue
Block a user