Ignore:
Timestamp:
Jul 8, 2006 10:03:46 AM (18 years ago)
Author:
bennylp
Message:

More fine tuning on the footprint report generation script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/get-footprint.py

    r586 r591  
    3434 
    3535    ['HAS_PJLIB',               'PJLIB (pool, data structures, hash tables, ioqueue, socket, timer heap, etc.)'], 
    36     ['',                        'Subtotal: Minimum PJLIB application size (linked with OS libraries)'], 
     36    ['',                        'Subtotal: Minimal PJLIB application size'], 
    3737 
    3838    # PJLIB-UTIL 
     
    4343 
    4444    # PJSIP 
    45     ['HAS_PJSIP_CORE',          'PJSIP Core (endpoint, transport manager, parser, message elements, module mgmt, etc.)'], 
     45    ['HAS_PJSIP_CORE_MSG_ELEM', 'PJSIP Core - Messaging Elements and Parsing (message, headers, SIP URI, TEL URI/RFC 3966, etc.)'], 
     46    ['HAS_PJSIP_CORE',          'PJSIP Core - Endpoint (transport management, module management, event distribution, etc.)'], 
     47    ['HAS_PJSIP_CORE_MSG_UTIL', 'PJSIP Core - Stateless operations, server resolution and fail-over'], 
    4648    ['HAS_PJSIP_UDP_TRANSPORT', 'PJSIP UDP transport'], 
    4749    ['',                        'Subtotal: A very minimum SIP application (parsing, UDP transport+STUN, no transaction)'], 
     
    5052    ['HAS_PJSIP_INFO',          'PJSIP INFO support (RFC 2976) (no special treatment, thus the zero size)'], 
    5153    ['HAS_PJSIP_TRANSACTION',   'PJSIP transaction and stateful API'], 
     54    ['HAS_PJSIP_AUTH_CLIENT',   'PJSIP digest authentication client'], 
    5255    ['HAS_PJSIP_UA_LAYER',      'PJSIP User agent layer and base dialog and usage management (draft-ietf-sipping-dialogusage-01)'], 
    53     ['HAS_PJMEDIA_SDP',         'PJMEDIA SDP API (RFC 2327), needed by SDP negotiator'], 
     56    ['HAS_PJMEDIA_SDP',         'PJMEDIA SDP Parsing and API (RFC 2327), needed by SDP negotiator'], 
    5457    ['HAS_PJMEDIA_SDP_NEGOTIATOR','PJMEDIA SDP negotiator (RFC 3264), needed by INVITE session'], 
    5558    ['HAS_PJSIP_INV_SESSION',   'PJSIP INVITE session API'], 
     
    7578    ['HAS_PJMEDIA_PLC',         'PJMEDIA Packet Lost Concealment implementation (needed by G.711, GSM, and sound device port)'], 
    7679    ['HAS_PJMEDIA_SND_PORT',    'PJMEDIA sound device media port'], 
    77     ['HAS_PJMEDIA_RESAMPLE',    'PJMEDIA high quality resampling implementation (can be fine tuned with PJMEDIA_HAS_LARGE_FILTER and PJMEDIA_HAS_SMALL_FILTER)'], 
     80    ['HAS_PJMEDIA_RESAMPLE',    'PJMEDIA resampling algorithm (large filter disabled)'], 
    7881    ['HAS_PJMEDIA_G711_CODEC',  'PJMEDIA G.711 codec (PCMA/PCMU, including PLC) (may have already been linked by other module)'], 
    7982    ['HAS_PJMEDIA_CONFERENCE',  'PJMEDIA conference bridge (needs resampling and silence detector)'], 
Note: See TracChangeset for help on using the changeset viewer.