external function xf_ssSimuRecordReceivedUcdUlMap(
  in UInt8 p_numberUcdRequired
) return FncRetCode {...};
Generated with T3Doc 2.0 on Fri Sep 05 17:01:15 CEST 2008.

Description

SsSimu Test adapter is used to receive broadcast message.
This function does the following actions:
1. Start recording the received UCDs and UL-MAPs among the broadcast messages.
   The receiving queue is filtered with only UCD and UL-MAP messages.
2. Count the number of UCDs having received.
3. Upon the Test Adapter receiving the sixth UCD, the external function returns
   successfully with the function return code equalling e_success.


Parameters

p_numberUcdRequired
The number of UCDs that shall received


Returns

FncRetCode