ZERO_MEDIA_SERIAL_NUMBER_LENGTH
bit8 MediaSerialNumber[ZERO_MEDIA_SERIAL_NUMBER_LENGTH] = {0};
sm_memcpy(pMediaSerialNumber, MediaSerialNumber, MIN(allocationLen, ZERO_MEDIA_SERIAL_NUMBER_LENGTH));
if (ZERO_MEDIA_SERIAL_NUMBER_LENGTH < allocationLen)
SM_DBG1(("smsatReadMediaSerialNumberCB: 1st underrun allocationLen %d len %d !!!\n", allocationLen, ZERO_MEDIA_SERIAL_NUMBER_LENGTH));
allocationLen - ZERO_MEDIA_SERIAL_NUMBER_LENGTH,
if (ZERO_MEDIA_SERIAL_NUMBER_LENGTH < lenReceived)
TI_DBG1(("satReadMediaSerialNumberCB: 1st underrun lenReceived %d len %d \n", lenReceived, ZERO_MEDIA_SERIAL_NUMBER_LENGTH));
lenReceived - ZERO_MEDIA_SERIAL_NUMBER_LENGTH,