Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty octet String #45

Open
ilikeck opened this issue May 21, 2022 · 1 comment
Open

Empty octet String #45

ilikeck opened this issue May 21, 2022 · 1 comment

Comments

@ilikeck
Copy link

ilikeck commented May 21, 2022

I encode the data ( esim profile )"
{ createFCP : { fileDescriptor '4121'H, fileID '6fc4'H, lcsi '05'H, securityAttributesReferenced '03'H, efFileSize '64'H, shortEFID ''H }
" but shortEFID ''H I don't know how to do using jasn1 because shortEFID ''H has length zero without value.

@sfeuerhahn
Copy link
Contributor

You can simply pass an empty byte array to shortEFID. Empty octet strings are no problem.

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

No branches or pull requests

2 participants