~didier-barvaux/+junk/rohc-main-windows

« back to all changes in this revision

Viewing changes to statistics/generate_statistics.c

  • Committer: Didier Barvaux
  • Date: 2012-08-25 17:01:22 UTC
  • mfrom: (305.1.208 rohc-main)
  • Revision ID: didier@barvaux.org-20120825170122-aog32rq6ud98fi1h
Keep in sync with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
        rohc_activate_profile(comp, ROHC_PROFILE_IP);
296
296
        rohc_activate_profile(comp, ROHC_PROFILE_UDPLITE);
297
297
        rohc_activate_profile(comp, ROHC_PROFILE_RTP);
 
298
        rohc_activate_profile(comp, ROHC_PROFILE_ESP);
298
299
        rohc_c_set_large_cid(comp, use_large_cid);
299
300
 
300
301
        /* set the callback for random numbers */