Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-25 | Merge branch 'dev' into major | Henrik Nord | |
2011-08-24 | Merge branch 'anders/diameter/augment_inherited_enums/OTP-9469' into dev | Anders Svensson | |
* anders/diameter/augment_inherited_enums/OTP-9469: Allow @enum when AVP is defined in an inherited dictionary. | |||
2011-08-17 | Allow @enum when AVP is defined in an inherited dictionary. | Anders Svensson | |
3GPP standards (for one) extend the values allowed for RFC 3588 AVP's of type Enumerated. Previously, extending an AVP was only possible by completely redefining the AVP. | |||
2011-08-17 | @id required in dictionary files only when @messages is specified. | Anders Svensson | |
@id defines an application identifier and this is used only when sending or receiving messages. A dictionary can define only AVP's however, to be included by other dictionaries using @inherits, in which case it makes no sense to require @id. Note that message definitions are not inherited with @inherits, only AVP's | |||
2011-08-08 | diameter: Support parallel make | Björn Gustavsson | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-20 | Remove undocumented interface functions plus comment fix. | Anders Svensson | |
2011-05-20 | Minor diameter_service fix when sending a diameter_header/avp list | Anders Svensson | |
plus an example fix. | |||
2011-05-20 | Minor make depend fixes. | Anders Svensson | |
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |