Skip to content

#24 fix incorrect serialization for octetstring#25

Merged
lwlee2608 merged 2 commits intoMATRIXXSoftware:mainfrom
tboonIV:bugfix/24-octet-string-serialization
Oct 15, 2025
Merged

#24 fix incorrect serialization for octetstring#25
lwlee2608 merged 2 commits intoMATRIXXSoftware:mainfrom
tboonIV:bugfix/24-octet-string-serialization

Conversation

@tboonIV
Copy link
Contributor

@tboonIV tboonIV commented Oct 14, 2025

send octet string value as []byte

example

const myBytes = new Uint8Array([0x80, 0x01]);
ccr.add(avp.New(code._3GPPMSTimeZone, 0, 0, data.OctetString(myBytes)))
image

@lwlee2608 lwlee2608 merged commit 48db2ef into MATRIXXSoftware:main Oct 15, 2025
2 checks passed
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.

2 participants