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

Commit 6919c7be authored by Eric Schwarzenbach's avatar Eric Schwarzenbach Committed by android-build-merger
Browse files

Add bandwidth to cell info. am: 0f2a7358 am: f8db2ebf

am: 2f366fbd

Change-Id: I945669b31e42757deb70308c29bf54f1093bbfa0
parents ec643683 2f366fbd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -217,6 +217,10 @@ struct CellIdentityGsm {
struct CellIdentityLte {
    @1.0::CellIdentityLte base;
    CellIdentityOperatorNames operatorNames;
    /**
     * Cell bandwidth, in kHz.
     */
    int32_t bandwidth;
};

struct CellIdentityWcdma {
@@ -283,6 +287,10 @@ struct CellInfo {
     * Valid only if type = tdscdma and size = 1 else must be empty.
     */
    vec<CellInfoTdscdma> tdscdma;
    /**
     * Connection status for the cell.
     */
    CellConnectionStatus connectionStatus;
};

struct CardStatus {