type enumerated CommsFormat {
  e_callAll ( 0 ),
  e_p2p ( 1 ),
  e_rsv2 ( 2 ),
  e_rsv3 ( 3 ),
  e_other ( 4 )
} with {  
  encode "4 bits"
}
Generated with T3Doc 2.0 on Fri Feb 22 17:24:44 CET 2008.