Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Asn1BytesToByte ¶
Asn1BytesToByte This function was created for debugging purposes It takes as an input string of asn1 bytes (in HEXadecimal format) and converts them to the array of bytes ([]byte) which could be passed to the input of *ASN1toProto function Input data could be obtained in a following way: t.Logf("E2SM-KPM-ActionDefinition (Format3) asn1Bytes are \n%x", asn1Bytes)
func DumpToByte ¶
DumpToByte This function was created for debugging purposes. It takes as an input output of hex.Dump() for asn1 bytes and converts them to the array of bytes ([]byte) which could be passed to the input of *ASN1toProto function Input data could be obtained in a following way: t.Logf("E2SM-KPM-ActionDefinition (Format3) asn1Bytes are \n%v", hex.Dump(asn1Bytes))
Types ¶
This section is empty.