Changeset 336:5d1a22bb1cfe in freeDiameter
- Timestamp:
- Jun 18, 2010, 2:22:12 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/test_app.conf.sample
r127 r336 17 17 18 18 # This application is defined as a Vendor-Specific application. 19 # Since waaaddoes not have a IANA-assigned Vendor ID, we let a configurable value here:19 # Since freeDiameter does not have a IANA-assigned Vendor ID, we let a configurable value here: 20 20 # vendor-id = 999999; 21 21 -
freeDiameter/dict_base_proto.c
r258 r336 442 442 */ 443 443 444 /* We don't use a generic "Enumerated" type in waaad. Instead, we define444 /* We don't use a generic "Enumerated" type in freeDiameter. Instead, we define 445 445 * types of the form "Enumerated(<avpname>)" where <avpname> is replaced 446 446 * by the name of the AVP to which the type applies. -
include/freeDiameter/freeDiameter.h
r258 r336 391 391 * answer : location of the pointer to the answer. 392 392 * note1: on function return, if *answer is not NULL, the message is passed to the dispatch module for regular callbacks. 393 * otherwise, the callback must take care of freeing the message ( msg_free).394 * note2: the opaque data is not freed by the daemon in any case, extensions should ensure clean handling in waaad_ext_fini.393 * otherwise, the callback must take care of freeing the message (fd_msg_free). 394 * note2: the opaque data is not freed by the daemon in any case, extensions should ensure clean handling in fd_ext_fini. 395 395 * 396 396 * If no callback is registered to handle an answer, the message is discarded and an error is logged. -
include/freeDiameter/libfreeDiameter.h
r320 r336 1038 1038 * 1039 1039 * These types are used to manage named constants of some AVP, 1040 * for enumerated types. Waaad allows contants for types others than Unsigned321040 * for enumerated types. freeDiameter allows constants for types others than Unsigned32 1041 1041 * 1042 1042 *************************************************************************** … … 1939 1939 * DESCRIPTION: 1940 1940 * Adds an AVP into an object that can contain it: grouped AVP or message. 1941 * Note that the added AVP will be freed at the same time as the object it is added to, 1942 * so it should not be freed after the call to this function. 1941 1943 * 1942 1944 * RETURN VALUE:
Note: See TracChangeset
for help on using the changeset viewer.