Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a71637a authored by Pengquan Meng's avatar Pengquan Meng Committed by Gerrit Code Review
Browse files

Merge "Add ConnectionStatus to CellInfo v1_4"

parents 94acf41d 13553035
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -39,6 +39,7 @@ import @1.2::CellInfoTdscdma;
import @1.2::CellInfoWcdma;
import @1.2::CellInfoWcdma;
import @1.2::CardStatus;
import @1.2::CardStatus;
import @1.2::CellIdentity;
import @1.2::CellIdentity;
import @1.2::CellConnectionStatus;
import @1.2::DataRegStateResult;
import @1.2::DataRegStateResult;
import @1.2::PhysicalChannelConfig;
import @1.2::PhysicalChannelConfig;


@@ -1500,15 +1501,15 @@ struct CellInfoLte {


/** Overwritten from @1.2::CellInfo in order to update the CellInfoLte to 1.4 version. */
/** Overwritten from @1.2::CellInfo in order to update the CellInfoLte to 1.4 version. */
struct CellInfo {
struct CellInfo {
    /** Cell type for selecting from union CellInfo. */
    CellInfoType cellInfoType;

    /**
    /**
     * True if the phone is registered to a mobile network that provides service on this cell and
     * True if the phone is registered to a mobile network that provides service on this cell and
     * this cell is being used or would be used for network signaling.
     * this cell is being used or would be used for network signaling.
     */
     */
    bool isRegistered;
    bool isRegistered;


    /** Connection status for the cell. */
    CellConnectionStatus connectionStatus;

    /** CellInfo details, cellInfoType can tell which cell info should be used. */
    /** CellInfo details, cellInfoType can tell which cell info should be used. */
    safe_union Info {
    safe_union Info {
        CellInfoGsm gsm;
        CellInfoGsm gsm;