commit | 2b1408e6af87960b8264f9f352bece1d1bdd8773 | [log] [tgz] |
---|---|---|
author | rjw <rjw@exm.com> | Mon Dec 19 11:19:29 2022 +0800 |
committer | rjw <rjw@exm.com> | Mon Dec 19 11:19:29 2022 +0800 |
tree | e143cadb8255686803ab833538374bb064960412 | |
parent | a82f26271d102f6e307a3625162d4031eb42d406 [diff] [blame] |
[Feature][Modem]1.merge MTK P2 patch 2.RF:bias modification of frequency band Change-Id: I846de8f085e50c1b9557ad8c5d0b2cc088b18d86
diff --git a/mcu/interface/protocol/general/ps_public_struct.h b/mcu/interface/protocol/general/ps_public_struct.h index 6427d24..bd12fa4 100755 --- a/mcu/interface/protocol/general/ps_public_struct.h +++ b/mcu/interface/protocol/general/ps_public_struct.h
@@ -3110,4 +3110,9 @@ better_rat_detect_response_enum result; } l4c_as_better_rat_detect_ind_struct; +typedef struct +{ + kal_uint8 os_id[UE_OS_ID_LEN]; +} os_id_info_struct; + #endif /* _PS_PUBLIC_STRUCT_H_ */