Open devendranaga opened 3 years ago
Hello,
Anyone have an example of BIT_STRING encoding and decoding with asn1c?
For example using the below definition:
/ Dependencies / typedef enum TestValue { Test_Value_unavailable = 0, Test_Value_1 = 1, Test_Value_2 = 2, } e_TestValue;
/ TestValue / typedef BIT_STRING_t TestValue_t;
Thanks,
Hello,
Anyone have an example of BIT_STRING encoding and decoding with asn1c?
For example using the below definition:
/ Dependencies / typedef enum TestValue { Test_Value_unavailable = 0, Test_Value_1 = 1, Test_Value_2 = 2, } e_TestValue;
/ TestValue / typedef BIT_STRING_t TestValue_t;
Thanks,