diff options
Diffstat (limited to 'protocol/udm.proto')
-rw-r--r-- | protocol/udm.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto index 120fc9e..c1f1909 100644 --- a/protocol/udm.proto +++ b/protocol/udm.proto @@ -97,7 +97,8 @@ message download_ui_unsubscription_info { //dowloads proto part begin message client_download_add_request { - repeated string_pair params = 1; + required string module_name = 1; + repeated int_string_pair params = 2; } message client_download_start_request { |