Skip to content

Commit 2da620b

Browse files
dvdgrgrttcodebot
authored andcommitted
tests: remove srsgnb from comments
1 parent f11877b commit 2da620b

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

tests/unittests/security/security_test.cpp

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TEST(security_nea1_test, testset1)
6262
const char* plaintext_cstr = "981BA6824C1BFB1AB485472029B71D808CE33E2CC3C0B5FC1F3DE8A6DC66B1F0";
6363
const char* ciphertext_cstr = "5D5BFE75EB04F68CE0A12377EA00B37D47C6A0BA06309155086A859C4341B378";
6464

65-
// Pack hex strings into srsgnb types
65+
// Pack hex strings into srsran types
6666
sec_128_as_key key = make_sec_128_as_key(key_cstr);
6767
security_direction dir = static_cast<security_direction>(direction);
6868
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -92,7 +92,7 @@ TEST(security_nea1_test, testset2)
9292
"3F67850714B8DA69EFB727ED7A6C0C50714AD736C4F5600006E3525BE807C467C677FF864AF45FBA09C27CDE38F87A1F84D59AB255408F2C"
9393
"7B82F9EAD41A1FE65EABEBFBC1F3A4C56C9A26FCF7B3D66D0220EE4775BC58170A2B12F3431D11B344D6E36C";
9494

95-
// Pack hex strings into srsgnb types
95+
// Pack hex strings into srsran types
9696
sec_128_as_key key = make_sec_128_as_key(key_cstr);
9797
security_direction dir = static_cast<security_direction>(direction);
9898
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -118,7 +118,7 @@ TEST(security_nea1_test, testset3)
118118
const char* plaintext_cstr = "FD40A41D370A1F65745095687D47BA1D36D2349E23F644392C8EA9C49D40C13271AFF264D0F248";
119119
const char* ciphertext_cstr = "48148E5452A210C05F46BC80DC6F73495B02048C1B958B026102CA97280279A4C18D2EE308921C";
120120

121-
// Pack hex strings into srsgnb types
121+
// Pack hex strings into srsran types
122122
sec_128_as_key key = make_sec_128_as_key(key_cstr);
123123
security_direction dir = static_cast<security_direction>(direction);
124124
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -148,7 +148,7 @@ TEST(security_nea1_test, testset4)
148148
"7FDD44A269A96ECB28617700E332EB2F736B34F4F2693094E22FF94F9BE4723DA40C40DFD3931CC1AC9723"
149149
"F6B4A9913E96B6DB7ABCACE415177C1D0115C5F09B5FDEA0B3ADB8F9DA6E9F9A04C543397B9D43F87330";
150150

151-
// Pack hex strings into srsgnb types
151+
// Pack hex strings into srsran types
152152
sec_128_as_key key = make_sec_128_as_key(key_cstr);
153153
security_direction dir = static_cast<security_direction>(direction);
154154
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -180,7 +180,7 @@ TEST(security_nea1_test, testset5)
180180
"5D9035D5D9C5A40AF602280B542597B0CB18619EEB35925759D195E100E8E4AA0C38A3C2ABE0F3D8FF04F3C33C295069C23694B5BBEACDD5"
181181
"42E28E8A94EDB9119F412D054BE1FA7272B5FFB2B2570F4F7CEAF383A8A9D93572F04D6E3A6E293726EC62C8";
182182

183-
// Pack hex strings into srsgnb types
183+
// Pack hex strings into srsran types
184184
sec_128_as_key key = make_sec_128_as_key(key_cstr);
185185
security_direction dir = static_cast<security_direction>(direction);
186186
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -224,7 +224,7 @@ TEST(security_nea1_test, testset6)
224224
"5C6C2CC481D51FFECE3CD7D2581348827A71F091428EBE38C95A3F5C63E056DFB7CC45A9B7C07D834E7B20B99ED202429C14BB85FFA43B7C"
225225
"B68495CD75AB66D964D4CAFE64DD9404DAE2DC5110617F194FC3C184F583CD0DEF6D00";
226226

227-
// Pack hex strings into srsgnb types
227+
// Pack hex strings into srsran types
228228
sec_128_as_key key = make_sec_128_as_key(key_cstr);
229229
security_direction dir = static_cast<security_direction>(direction);
230230
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -248,7 +248,7 @@ TEST(security_nia1_test, testset1)
248248
const char* message_cstr = "33323462633938613734790000000000";
249249
const char* mact_cstr = "731f1165";
250250

251-
// Pack hex strings into srsgnb types
251+
// Pack hex strings into srsran types
252252
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
253253
security_direction dir = static_cast<security_direction>(direction);
254254
byte_buffer message = make_byte_buffer(message_cstr);
@@ -273,7 +273,7 @@ TEST(security_nia1_test, testset2)
273273
const char* message_cstr = "b3d3c9170a4e1632f60f861013d22d84b726b6a278d802d1eeaf1321ba5929dc";
274274
const char* mact_cstr = "e3259f6f";
275275

276-
// Pack hex strings into srsgnb types
276+
// Pack hex strings into srsran types
277277
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
278278
security_direction dir = static_cast<security_direction>(direction);
279279
byte_buffer message = make_byte_buffer(message_cstr);
@@ -299,7 +299,7 @@ TEST(security_nia1_test, testset3)
299299
"0c66a8b6da556663e4e461205d84580bee5bc7e";
300300
const char* mact_cstr = "9a16c77d";
301301

302-
// Pack hex strings into srsgnb types
302+
// Pack hex strings into srsran types
303303
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
304304
security_direction dir = static_cast<security_direction>(direction);
305305
byte_buffer message = make_byte_buffer(message_cstr);
@@ -326,7 +326,7 @@ TEST(security_nia1_test, testset4)
326326
"006045b674bb54729304c382be53a5af05556176f6eaa2ef1d05e4b083181ee674cda5a485f74d7a";
327327
const char* mact_cstr = "bba74492";
328328

329-
// Pack hex strings into srsgnb types
329+
// Pack hex strings into srsran types
330330
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
331331
security_direction dir = static_cast<security_direction>(direction);
332332
byte_buffer message = make_byte_buffer(message_cstr);
@@ -352,7 +352,7 @@ TEST(security_nia1_test, testset5)
352352
"d3c53839626820717765667620323837636240981ba6824c1bfb1ab485472029b71d808ce33e2cc3c0b5fc1f3de8a6dc";
353353
const char* mact_cstr = "4145e4b0";
354354

355-
// Pack hex strings into srsgnb types
355+
// Pack hex strings into srsran types
356356
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
357357
security_direction dir = static_cast<security_direction>(direction);
358358
byte_buffer message = make_byte_buffer(message_cstr);
@@ -383,7 +383,7 @@ TEST(security_nia1_test, testset6)
383383
"74cbb3638a2033aaa15464eaa733385dbbeb6fd73509b857e6a419dca1d8907af977fbac4dfa35ec";
384384
const char* mact_cstr = "0fa2b1ee";
385385

386-
// Pack hex strings into srsgnb types
386+
// Pack hex strings into srsran types
387387
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
388388
security_direction dir = static_cast<security_direction>(direction);
389389
byte_buffer message = make_byte_buffer(message_cstr);
@@ -445,7 +445,7 @@ TEST(security_nia1_test, testset7)
445445
"b0ce3cc10d2a596d565dba82f88ce4cff3b33d5d24e9c0831124bf1ad54b792532983dd6c3a8b7d0";
446446
const char* mact_cstr = "abf3e651";
447447

448-
// Pack hex strings into srsgnb types
448+
// Pack hex strings into srsran types
449449
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
450450
security_direction dir = static_cast<security_direction>(direction);
451451
byte_buffer message = make_byte_buffer(message_cstr);
@@ -470,7 +470,7 @@ TEST(security_nea2_test, testset1)
470470
const char* plaintext_cstr = "981ba6824c1bfb1ab485472029b71d808ce33e2cc3c0b5fc1f3de8a6dc66b1f0";
471471
const char* ciphertext_cstr = "e9fed8a63d155304d71df20bf3e82214b20ed7dad2f233dc3c22d7bdeeed8e78";
472472

473-
// Pack hex strings into srsgnb types
473+
// Pack hex strings into srsran types
474474
sec_128_as_key key = make_sec_128_as_key(key_cstr);
475475
security_direction dir = static_cast<security_direction>(direction);
476476
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -498,7 +498,7 @@ TEST(security_nea2_test, testset2)
498498
"5961605353c64bdca15b195e288553a910632506d6200aa790c4c806c99904cf2445cc50bb1cf168a49673734e081b57e324ce5259c0e78d"
499499
"4cd97b870976503c0943f2cb5ae8f052c7b7d392239587b8956086bcab18836042e2e6ce42432a17105c53d0";
500500

501-
// Pack hex strings into srsgnb types
501+
// Pack hex strings into srsran types
502502
sec_128_as_key key = make_sec_128_as_key(key_cstr);
503503
security_direction dir = static_cast<security_direction>(direction);
504504
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -522,7 +522,7 @@ TEST(security_nea2_test, testset3)
522522
const char* plaintext_cstr = "fd40a41d370a1f65745095687d47ba1d36d2349e23f644392c8ea9c49d40c13271aff264d0f248";
523523
const char* ciphertext_cstr = "75750d37b4bba2a4dedb34235bd68c6645acdaaca48138a3b0c471e2a7041a576423d2927287f0";
524524

525-
// Pack hex strings into srsgnb types
525+
// Pack hex strings into srsran types
526526
sec_128_as_key key = make_sec_128_as_key(key_cstr);
527527
security_direction dir = static_cast<security_direction>(direction);
528528
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -551,7 +551,7 @@ TEST(security_nea2_test, testset4)
551551
"72ac808fa8c49e26788ed04a5d606cb418de74878b9a22f8ef29590bc4eb57c9faf7c41524a885b8979c42"
552552
"3f2f8f8e0592a9879201be7ff9777a162ab810feb324ba74c4c156e04d39097209653ac33e5a5f2d8864";
553553

554-
// Pack hex strings into srsgnb types
554+
// Pack hex strings into srsran types
555555
sec_128_as_key key = make_sec_128_as_key(key_cstr);
556556
security_direction dir = static_cast<security_direction>(direction);
557557
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -581,7 +581,7 @@ TEST(security_nea2_test, testset5)
581581
"be074faa5d9029f71fb457b647834714b0e18f117fca10677945096c8c5f326ba8d6095eb29c3e36cf245d1622aafe921f7566c4f5d644f2"
582582
"f1fc0ec684ddb21349747622e209295d27ff3f95623371d49b147c0af486171f22cd04b1cbeb2658223e6938";
583583

584-
// Pack hex strings into srsgnb types
584+
// Pack hex strings into srsran types
585585
sec_128_as_key key = make_sec_128_as_key(key_cstr);
586586
security_direction dir = static_cast<security_direction>(direction);
587587
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -623,7 +623,7 @@ TEST(security_nea2_test, testset6)
623623
"bee8eeb23d8652461db6493103003baf89f5e18261ea43c84a92ebffffe4909dc46c5192f825f770600b9602c557b5f8b431a79d45977dd9"
624624
"c41b863da9e142e90020cfd074d6927b7ab3b6725d1a6f3f98b9c9daa8982aff067828";
625625

626-
// Pack hex strings into srsgnb types
626+
// Pack hex strings into srsran types
627627
sec_128_as_key key = make_sec_128_as_key(key_cstr);
628628
security_direction dir = static_cast<security_direction>(direction);
629629
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -647,7 +647,7 @@ TEST(security_nia2_test, testset1)
647647
const char* message_cstr = "3332346263393840";
648648
const char* mact_cstr = "118c6eb8";
649649

650-
// Pack hex strings into srsgnb types
650+
// Pack hex strings into srsran types
651651
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
652652
security_direction dir = static_cast<security_direction>(direction);
653653
byte_buffer message = make_byte_buffer(message_cstr);
@@ -672,7 +672,7 @@ TEST(security_nia2_test, testset2)
672672
const char* message_cstr = "484583d5afe082ae";
673673
const char* mact_cstr = "b93787e6";
674674

675-
// Pack hex strings into srsgnb types
675+
// Pack hex strings into srsran types
676676
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
677677
security_direction dir = static_cast<security_direction>(direction);
678678
byte_buffer message = make_byte_buffer(message_cstr);
@@ -697,7 +697,7 @@ TEST(security_nia2_test, testset3)
697697
const char* message_cstr = "b3d3c9170a4e1632f60f861013d22d84b726b6a278d802d1eeaf1321ba5929dc";
698698
const char* mact_cstr = "1f60b01d";
699699

700-
// Pack hex strings into srsgnb types
700+
// Pack hex strings into srsran types
701701
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
702702
security_direction dir = static_cast<security_direction>(direction);
703703
byte_buffer message = make_byte_buffer(message_cstr);
@@ -723,7 +723,7 @@ TEST(security_nia2_test, testset4)
723723
"0c66a8b6da556663e4e461205d84580bee5bc7e";
724724
const char* mact_cstr = "6846a2f0";
725725

726-
// Pack hex strings into srsgnb types
726+
// Pack hex strings into srsran types
727727
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
728728
security_direction dir = static_cast<security_direction>(direction);
729729
byte_buffer message = make_byte_buffer(message_cstr);
@@ -750,7 +750,7 @@ TEST(security_nia2_test, testset5)
750750
"006045b674bb54729304c382be53a5af05556176f6eaa2ef1d05e4b083181ee674cda5a485f74d7a";
751751
const char* mact_cstr = "e657e182";
752752

753-
// Pack hex strings into srsgnb types
753+
// Pack hex strings into srsran types
754754
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
755755
security_direction dir = static_cast<security_direction>(direction);
756756
byte_buffer message = make_byte_buffer(message_cstr);
@@ -776,7 +776,7 @@ TEST(security_nia2_test, testset6)
776776
"d3c53839626820717765667620323837636240981ba6824c1bfb1ab485472029b71d808ce33e2cc3c0b5fc1f3de8a6dc";
777777
const char* mact_cstr = "f0668c1e";
778778

779-
// Pack hex strings into srsgnb types
779+
// Pack hex strings into srsran types
780780
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
781781
security_direction dir = static_cast<security_direction>(direction);
782782
byte_buffer message = make_byte_buffer(message_cstr);
@@ -807,7 +807,7 @@ TEST(security_nia2_test, testset7)
807807
"74cbb3638a2033aaa15464eaa733385dbbeb6fd73509b857e6a419dca1d8907af977fbac4dfa35ec";
808808
const char* mact_cstr = "f4cc8fa3";
809809

810-
// Pack hex strings into srsgnb types
810+
// Pack hex strings into srsran types
811811
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
812812
security_direction dir = static_cast<security_direction>(direction);
813813
byte_buffer message = make_byte_buffer(message_cstr);
@@ -869,7 +869,7 @@ TEST(security_nia2_test, testset8)
869869
"b0ce3cc10d2a596d565dba82f88ce4cff3b33d5d24e9c0831124bf1ad54b792532983dd6c3a8b7d0";
870870
const char* mact_cstr = "ebd5ccb0";
871871

872-
// Pack hex strings into srsgnb types
872+
// Pack hex strings into srsran types
873873
sec_128_as_key key = make_sec_128_as_key(ik_cstr);
874874
security_direction dir = static_cast<security_direction>(direction);
875875
byte_buffer message = make_byte_buffer(message_cstr);
@@ -896,7 +896,7 @@ TEST(security_nea3_test, testset1)
896896
const char* plaintext_cstr = "6cf65340735552ab0c9752fa6f9025fe0bd675d9005875b200";
897897
const char* ciphertext_cstr = "a6c85fc66afb8533aafc2518dfe784940ee1e4b030238cc800";
898898

899-
// Pack hex strings into srsgnb types
899+
// Pack hex strings into srsran types
900900
sec_128_as_key key = make_sec_128_as_key(key_cstr);
901901
security_direction dir = static_cast<security_direction>(direction);
902902
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -926,7 +926,7 @@ TEST(security_nea3_test, testset2)
926926
"131d43e0dea1be5c5a1bfd971d852cbf712d7b4f57961fea3208afa8bca433f456ad09c7417e58bc69cf8866d1353f74865e80781d202dfb"
927927
"3ecff7fcbc3b190fe82a204ed0e350fc0f6f2613b2f2bca6df5a473a57a4a00d985ebad880d6f23864a07b01";
928928

929-
// Pack hex strings into srsgnb types
929+
// Pack hex strings into srsran types
930930
sec_128_as_key key = make_sec_128_as_key(key_cstr);
931931
security_direction dir = static_cast<security_direction>(direction);
932932
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -960,7 +960,7 @@ TEST(security_nea3_test, testset3)
960960
"13e5e550085d3291df7d5fecedded559641b6c2f585233bc71e9602bd2305855bbd25ffa7f17ecbc042daae38c1f57ad8e8ebd37346f71be"
961961
"fdbb7432e0e0bb2cfc09bcd96570cb0c0c39df5e29294e82703a637f80";
962962

963-
// Pack hex strings into srsgnb types
963+
// Pack hex strings into srsran types
964964
sec_128_as_key key = make_sec_128_as_key(key_cstr);
965965
security_direction dir = static_cast<security_direction>(direction);
966966
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -1000,7 +1000,7 @@ TEST(security_nea3_test, testset4)
10001000
"f1a526ccda9fd9abbd53c3a684f9ae1e7ee6b11da138ea826c5516b5aadf1abbe36fa7fff92e3a1176064e8d95f2e4882b5500b93228b219"
10011001
"4a475c1a27f63f9ffd264989a1bc";
10021002

1003-
// Pack hex strings into srsgnb types
1003+
// Pack hex strings into srsran types
10041004
sec_128_as_key key = make_sec_128_as_key(key_cstr);
10051005
security_direction dir = static_cast<security_direction>(direction);
10061006
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -1044,7 +1044,7 @@ TEST(security_nea3_test, testset5)
10441044
"7193228609adb948686f7de294a802cc38f7fe5208f5ea3196d0167b9bdd02f0d2a5221ca508f893af5c4b4bb9f4f520fd84289b3dbe7e61"
10451045
"497a7e2a584037ea637b6981127174af57b471df4b2768fd79c1540fb3edf2ea22cb69bec0cf8d933d9c6fdd645e850591cca3d62c0cc0";
10461046

1047-
// Pack hex strings into srsgnb types
1047+
// Pack hex strings into srsran types
10481048
sec_128_as_key key = make_sec_128_as_key(key_cstr);
10491049
security_direction dir = static_cast<security_direction>(direction);
10501050
byte_buffer plaintext = make_byte_buffer(plaintext_cstr);
@@ -1070,7 +1070,7 @@ TEST(security_nia3_test, testset1)
10701070
const char* message_cstr = "00000000";
10711071
const char* mac_cstr = "c8a9595e";
10721072

1073-
// Pack hex strings into srsgnb types
1073+
// Pack hex strings into srsran types
10741074
sec_128_as_key key = make_sec_128_as_key(key_cstr);
10751075
security_direction dir = static_cast<security_direction>(direction);
10761076
byte_buffer message = make_byte_buffer(message_cstr);
@@ -1097,7 +1097,7 @@ TEST(security_nia3_test, testset2)
10971097
const char* message_cstr = "000000000000000000000000";
10981098
const char* mac_cstr = "6719a088";
10991099

1100-
// Pack hex strings into srsgnb types
1100+
// Pack hex strings into srsran types
11011101
sec_128_as_key key = make_sec_128_as_key(key_cstr);
11021102
security_direction dir = static_cast<security_direction>(direction);
11031103
byte_buffer message = make_byte_buffer(message_cstr);
@@ -1125,7 +1125,7 @@ TEST(security_nia3_test, testset3)
11251125
"17fecd97f9f68adb16e5d7d21e569d280ed775cebde3f4093c5388100000000";
11261126
const char* mac_cstr = "fae8ff0b";
11271127

1128-
// Pack hex strings into srsgnb types
1128+
// Pack hex strings into srsran types
11291129
sec_128_as_key key = make_sec_128_as_key(key_cstr);
11301130
security_direction dir = static_cast<security_direction>(direction);
11311131
byte_buffer message = make_byte_buffer(message_cstr);
@@ -1157,7 +1157,7 @@ TEST(security_nia3_test, testset4)
11571157
"15cc1a85b36b5501046e9c4bdcae5135690b8666bd54b7a703ea7b6f220a5469a568027e";
11581158
const char* mac_cstr = "004ac4d6";
11591159

1160-
// Pack hex strings into srsgnb types
1160+
// Pack hex strings into srsran types
11611161
sec_128_as_key key = make_sec_128_as_key(key_cstr);
11621162
security_direction dir = static_cast<security_direction>(direction);
11631163
byte_buffer message = make_byte_buffer(message_cstr);
@@ -1197,7 +1197,7 @@ TEST(security_nia3_test, testset5)
11971197
"d9cd957808f08571d9a4bb792af271f6cc6dbb8dc7ec36e36be1ed308164c31c7c0afc541c000000";
11981198
const char* mac_cstr = "0ca12792";
11991199

1200-
// Pack hex strings into srsgnb types
1200+
// Pack hex strings into srsran types
12011201
sec_128_as_key key = make_sec_128_as_key(key_cstr);
12021202
security_direction dir = static_cast<security_direction>(direction);
12031203
byte_buffer message = make_byte_buffer(message_cstr);
@@ -1217,7 +1217,7 @@ TEST(security_gen_k_rrc, testset1)
12171217
const char* k_rrc_enc_cstr = "52a995dff89bc294bd89ffb137a29f2466a09e992386c8d1df7892964c6fb522";
12181218
const char* k_rrc_int_cstr = "534208f43b924efb677d95f93dbcbcb05c2cc2fda0f318a1e0ce35b9db5e80a5";
12191219

1220-
// Pack hex strings into srsgnb types
1220+
// Pack hex strings into srsran types
12211221
sec_as_key sk_gnb = make_sec_as_key(sk_gnb_cstr);
12221222
sec_as_key k_rrc_enc = make_sec_as_key(k_rrc_enc_cstr);
12231223
sec_as_key k_rrc_int = make_sec_as_key(k_rrc_int_cstr);
@@ -1237,7 +1237,7 @@ TEST(security_gen_k_up, testset1)
12371237
const char* k_up_enc_cstr = "7ce20670bbbcc5904087c0d42653c540152052d3dfbc3f05869b7f920095be68";
12381238
const char* k_up_int_cstr = "1ac74475a60bea4b4002a0439b722361d0deb4584095599e5806eae4f67656d8";
12391239

1240-
// Pack hex strings into srsgnb types
1240+
// Pack hex strings into srsran types
12411241
sec_as_key sk_gnb = make_sec_as_key(sk_gnb_cstr);
12421242
sec_as_key k_up_enc = make_sec_as_key(k_up_enc_cstr);
12431243
sec_as_key k_up_int = make_sec_as_key(k_up_int_cstr);
@@ -1256,7 +1256,7 @@ TEST(security_truncate_key, testset1)
12561256
const char* k_256_cstr = "d46259077dd393da0b503ac713c38f57c05623c8a37b346aa4e041a08ea62a07";
12571257
const char* k_128_cstr = "c05623c8a37b346aa4e041a08ea62a07";
12581258

1259-
// Pack hex strings into srsgnb types
1259+
// Pack hex strings into srsran types
12601260
sec_as_key k_256 = make_sec_as_key(k_256_cstr);
12611261
sec_128_as_key k_128 = make_sec_128_as_key(k_128_cstr);
12621262

0 commit comments

Comments
 (0)