asn1,test: add missing byte to test vector

copy and paste error and last byte was lost
master
Andre Puschmann 2 years ago committed by Justin Tallon
parent e3509f041b
commit 51e4711bc4

@ -633,7 +633,7 @@ int rrc_ue_cap_information_test()
0x40, 0x80, 0x82, 0x40, 0x50, 0x20, 0x20, 0x90, 0x14, 0x08, 0x02, 0x40, 0xc0, 0x10, 0x20, 0x04, 0x0c, 0x43, 0x2a,
0x78, 0x18, 0x00, 0x00, 0x40, 0x20, 0x0c, 0x03, 0x82, 0x60, 0xd8, 0x4a, 0x13, 0x85, 0x02, 0x08, 0x98, 0x26, 0x88,
0x00, 0x44, 0x02, 0x0a, 0x18, 0x32, 0xc0, 0x80, 0x00, 0x02, 0x01, 0x80, 0x70, 0x4c, 0x1b, 0x09, 0x42, 0x71, 0x36,
0x90};
0x90, 0x00};
cbit_ref bref(rrc_msg, sizeof(rrc_msg));

Loading…
Cancel
Save