Skip to content

Commit 72d572a

Browse files
DeviceInfracopybara-github
DeviceInfra
authored andcommitted
Internal change
PiperOrigin-RevId: 760497273
1 parent 889da4d commit 72d572a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/java/com/google/wireless/qa/mobileharness/shared/proto/spec/decorator/android_ltp_flash_decorator_spec.proto

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ option java_package = "com.google.wireless.qa.mobileharness.shared.proto.spec.de
2424
option java_multiple_files = true;
2525

2626
// Specs for {@link AndroidLtpFlashDecoratorSpec}
27-
// Next tag: 9
27+
// Next tag: 12
2828
message AndroidLtpFlashDecoratorSpec {
2929
extend DecoratorSpec {
3030
optional AndroidLtpFlashDecoratorSpec ext = 1012;
@@ -57,4 +57,15 @@ message AndroidLtpFlashDecoratorSpec {
5757
optional string carrier_confpack_version = 8 [(field_detail) = {
5858
help: "The string version to identify the carrier confpack."
5959
}];
60+
61+
optional string ntn_radio_img_file = 9
62+
[(file_detail) = { help: "Img file to flash the NTN radio." }];
63+
64+
optional string ntn_radio_hw_config_file = 10 [
65+
(file_detail) = { help: "Hardware config file to flash the NTN radio." }
66+
];
67+
68+
optional string ntn_radio_img_version = 11 [
69+
(field_detail) = { help: "The string version to identify the NTN radio." }
70+
];
6071
}

0 commit comments

Comments
 (0)