mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Restored 'maxConnsTime' and 'maxConns' in data profile"
am: bcb0c1b49a
Change-Id: I376197118faadef4175ed97be87ed50b4573e919
This commit is contained in:
@@ -171,9 +171,9 @@ struct DataRegStateResult {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Overwritten from @1.0::DataProfileInfo in order to deprecate 'mvnoType', 'mvnoMatchData',
|
* Overwritten from @1.0::DataProfileInfo in order to deprecate 'mvnoType', and 'mvnoMatchData'.
|
||||||
* 'maxConnsTime', and 'maxConns'. In the future, this must be extended instead of overwritten.
|
* In the future, this must be extended instead of overwritten.
|
||||||
* Added 'preferred' and 'persistent' in this version.
|
* Also added 'preferred' and 'persistent' in this version.
|
||||||
*/
|
*/
|
||||||
struct DataProfileInfo {
|
struct DataProfileInfo {
|
||||||
/** id of the data profile */
|
/** id of the data profile */
|
||||||
@@ -206,6 +206,12 @@ struct DataProfileInfo {
|
|||||||
/** Data profile technology type */
|
/** Data profile technology type */
|
||||||
DataProfileInfoType 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
|
* 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.
|
* connection before the device can send a new PDN connection request for that given PDN.
|
||||||
|
|||||||
Reference in New Issue
Block a user