diff options
| author | Andre Puschmann <andre@srs.io> | 2023-04-26 10:07:26 +0200 |
|---|---|---|
| committer | Justin Tallon <justin.tallon@softwareradiosystems.com> | 2023-04-27 16:18:59 +0200 |
| commit | 51e4711bc4b68719999f4e753d5910f9149aaac4 (patch) | |
| tree | b0bb5b1a846c3465ff38164c740b226a5f82d633 | |
| parent | e3509f041bd1297230bdc63f7ec5ba47ad56eb84 (diff) | |
asn1,test: add missing byte to test vector
copy and paste error and last byte was lost
| -rw-r--r-- | lib/test/asn1/srsran_asn1_rrc_ul_dcch_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/asn1/srsran_asn1_rrc_ul_dcch_test.cc b/lib/test/asn1/srsran_asn1_rrc_ul_dcch_test.cc index 8688aecca..8847ace2d 100644 --- a/lib/test/asn1/srsran_asn1_rrc_ul_dcch_test.cc +++ b/lib/test/asn1/srsran_asn1_rrc_ul_dcch_test.cc @@ -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)); |
