Skip to content

app: sms: More robust handling of concat SMS receiving#203

Draft
trantanen wants to merge 1 commit intonrfconnect:mainfrom
trantanen:sms_concat
Draft

app: sms: More robust handling of concat SMS receiving#203
trantanen wants to merge 1 commit intonrfconnect:mainfrom
trantanen:sms_concat

Conversation

@trantanen
Copy link
Collaborator

Fixes receiving of concatenated SMS messages in mixed order with normal short messages.
Two concatenated message receiving in mixed order is still blocked as it's not important use case now.

Dynamic memory is allocated to concatenated SMS messages. Earlier limit of 3 messages is now made to 10.
This could have been unlimited but a limit is for security reasons.

Jira: SM-36

Fixes receiving of concatenated SMS messages in mixed order with
normal short messages.
Two concatenated message receiving in mixed order is still blocked
as it's not important use case now.

Dynamic memory is allocated to concatenated SMS messages.
Earlier limit of 3 messages is now made to 10.
This could have been unlimited but a limit is for security reasons.

Jira: SM-36

Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant