Navigation


Changeset 892:b2e8f1a3ef76 in freeDiameter for include


Ignore:
Timestamp:
Nov 19, 2012, 4:58:40 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Allow the content of the Failed-AVP to be parseable to bufferize the message. The content is only padded currently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r891 r892  
    20252025
    20262026/* Some flags used in the functions bellow */
    2027 #define AVPFL_SET_BLANK_VALUE   0x01    /* When creating an AVP, initialize its value to a blank area */
    2028 #define AVPFL_MAX               AVPFL_SET_BLANK_VALUE   /* The biggest valid flag value */
     2027#define AVPFL_SET_BLANK_VALUE      0x01 /* When creating an AVP, initialize its value to a blank area */
     2028#define AVPFL_SET_RAWDATA_FROM_AVP 0x02 /* When creating an AVP, initialize its rawdata area from an existing AVP -- it is only blank padding (for error reporting) */
     2029#define AVPFL_MAX                  AVPFL_SET_RAWDATA_FROM_AVP   /* The biggest valid flag value */
    20292030       
    20302031#define MSGFL_ALLOC_ETEID       0x01    /* When creating a message, a new end-to-end ID is allocated and set in the message */
Note: See TracChangeset for help on using the changeset viewer.