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

Commit 3001824b authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Restored 'maxConnsTime' and 'maxConns' in data profile" am: bcb0c1b4 am: 777d7abe

am: aa7c3678

Change-Id: I98aa9a0d06af910fe3032351b2d96e79b8e9c0a1
parents 091b18f8 aa7c3678
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -171,9 +171,9 @@ struct DataRegStateResult {
};

/**
 * Overwritten from @1.0::DataProfileInfo in order to deprecate 'mvnoType', 'mvnoMatchData',
 * 'maxConnsTime', and 'maxConns'. In the future, this must be extended instead of overwritten.
 * Added 'preferred' and 'persistent' in this version.
 * Overwritten from @1.0::DataProfileInfo in order to deprecate 'mvnoType', and 'mvnoMatchData'.
 * In the future, this must be extended instead of overwritten.
 * Also added 'preferred' and 'persistent' in this version.
 */
struct DataProfileInfo {
    /** id of the data profile */
@@ -206,6 +206,12 @@ struct DataProfileInfo {
    /** Data profile technology type */
    DataProfileInfoType type;

    /** The period in seconds to limit the maximum connections */
    int32_t maxConnsTime;

    /** The maximum connections during maxConnsTime */
    int32_t maxConns;

    /**
     * The required wait time in seconds after a successful UE initiated disconnect of a given PDN
     * connection before the device can send a new PDN connection request for that given PDN.