SMS_MAX_PAYLOAD_SIZE
int payload_size = min_t(int, size, SMS_MAX_PAYLOAD_SIZE);
u8 payload[SMS_MAX_PAYLOAD_SIZE];