Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Creating sample messages of ASN1 objects #188

Closed
kbaccar opened this issue Apr 13, 2022 · 2 comments
Closed

Creating sample messages of ASN1 objects #188

kbaccar opened this issue Apr 13, 2022 · 2 comments
Assignees
Labels

Comments

@kbaccar
Copy link

kbaccar commented Apr 13, 2022

Im trying to create sample messages for all of the RRC NR existing objects without having the binary format of the object. I checked the docs and the only way possible is to incrementally set the values of the objects with the set_val_at method. This is not very efficient given the complexity of the specification, is there a way around this ?

@kbaccar kbaccar changed the title Creating samples messages of ASN1 objects Creating sample messages of ASN1 objects Apr 13, 2022
@p1-bmu p1-bmu self-assigned this Apr 19, 2022
@p1-bmu
Copy link
Contributor

p1-bmu commented Apr 19, 2022

You have different methods to set appropriate values into ASN.1 object : set_val(), set_val_at(), as explained in the wiki. There is nothing more provided.
Each ASN.1 protocol has its own specificity, which may require dedicated routines for easing the setting of values. This is up to you to build your own for the RRC NR one, I believe.

@p1-bmu
Copy link
Contributor

p1-bmu commented Apr 26, 2022

It seems maybe a similar effort was intended by another user, without feedback unfortunately: #104

@p1-bmu p1-bmu closed this as completed Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants