mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Add mcc and mnc to EmergencyRegResult"
This commit is contained in:
@@ -40,4 +40,6 @@ parcelable EmergencyRegResult {
|
||||
boolean isEmcBearerSupported;
|
||||
byte nwProvidedEmc;
|
||||
byte nwProvidedEmf;
|
||||
String mcc;
|
||||
String mnc;
|
||||
}
|
||||
|
||||
@@ -54,4 +54,10 @@ parcelable EmergencyRegResult {
|
||||
* This should not be set if UE is not in 5G mode.
|
||||
*/
|
||||
byte nwProvidedEmf;
|
||||
|
||||
/** 3-digit Mobile Country Code, 000..999, empty string if unknown. */
|
||||
String mcc;
|
||||
|
||||
/** 2 or 3-digit Mobile Network Code, 00..999, empty string if unknown. */
|
||||
String mnc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user