Navigation


Changeset 43:2db15632a63d in freeDiameter for freeDiameter/dict_base_proto.c


Ignore:
Timestamp:
Nov 25, 2009, 7:07:09 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a large part of connection establishment logic, to test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/dict_base_proto.c

    r1 r43  
    211211                {
    212212                        struct dict_application_data data  = { 0xffffffff, "Relay"                              };
     213                        #if AI_RELAY != 0xffffffff
     214                        #error "AI_RELAY definition mismatch"
     215                        #endif
    213216                        CHECK_dict_new( DICT_APPLICATION, &data , NULL, NULL);
    214217                }
     
    907910                        struct dict_object      *       type;
    908911                        struct dict_type_data           tdata = { AVP_TYPE_UNSIGNED32,  "Enumerated*(Inband-Security-Id)"       , NULL, NULL};
    909                         struct dict_enumval_data        t_0 = { "NO_INBAND_SECURITY",           { .u32 = 0 }};
    910                         struct dict_enumval_data        t_1 = { "TLS",                  { .u32 = 1 }};
     912                        struct dict_enumval_data        t_0 = { "NO_INBAND_SECURITY",           { .u32 = ACV_ISI_NO_INBAND_SECURITY }};
     913                        struct dict_enumval_data        t_1 = { "TLS",                  { .u32 = ACV_ISI_TLS }};
    911914                        struct dict_avp_data            data = {
    912915                                        299,                                    /* Code */
Note: See TracChangeset for help on using the changeset viewer.