Navigation


Changeset 336:5d1a22bb1cfe in freeDiameter


Ignore:
Timestamp:
Jun 18, 2010, 2:22:12 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Removed some references to waaad

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/test_app.conf.sample

    r127 r336  
    1717
    1818# This application is defined as a Vendor-Specific application.
    19 # Since waaad does 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:
    2020# vendor-id = 999999;
    2121
  • freeDiameter/dict_base_proto.c

    r258 r336  
    442442                        */
    443443                       
    444                         /* We don't use a generic "Enumerated" type in waaad. Instead, we define
     444                        /* We don't use a generic "Enumerated" type in freeDiameter. Instead, we define
    445445                         * types of the form "Enumerated(<avpname>)" where <avpname> is replaced
    446446                         * by the name of the AVP to which the type applies.
  • include/freeDiameter/freeDiameter.h

    r258 r336  
    391391 *              answer : location of the pointer to the answer.
    392392 *      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.
    395395 *
    396396 * If no callback is registered to handle an answer, the message is discarded and an error is logged.
  • include/freeDiameter/libfreeDiameter.h

    r320 r336  
    10381038 *
    10391039 * These types are used to manage named constants of some AVP,
    1040  * for enumerated types. Waaad allows contants for types others than Unsigned32
     1040 * for enumerated types. freeDiameter allows constants for types others than Unsigned32
    10411041 *
    10421042 ***************************************************************************
     
    19391939 * DESCRIPTION:
    19401940 *   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.
    19411943 *
    19421944 * RETURN VALUE:
Note: See TracChangeset for help on using the changeset viewer.