diff options
author | Jaime A Lopez-Sollano <jaimel@codeaurora.org> | 2017-03-01 19:04:53 -0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-19 13:14:53 +0100 |
commit | 3c3a0b5a8c0940648d668c785320d34702ceab04 (patch) | |
tree | 2e5c8ba317f3ef5974ff9fb1137bf6797c5f8123 /configs | |
parent | 940e57228480939f3701a3e080115c1197e6e17d (diff) |
msm8996-common: sec_config: Allow ril to access the locator and notifier services.
In order to be notified of PDR status, ril needs access to the QMI SERVREG_LOG
and QMI_SERVREG_NOTIF services
Change-Id: I99866e34994159578faa8a689b66184ca5d5d99b
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sec_config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/sec_config b/configs/sec_config index 6ab6b93..8db052a 100644 --- a/configs/sec_config +++ b/configs/sec_config @@ -307,6 +307,9 @@ 33:4294967295:1001 /* CSVT */ 29:4294967295:1001 +/*SERVREG_NOTIF*/ +64:4294967295:1001 +66:4294967295:1001 /*LTE*/ 70:4294967295:1001 /* Allow Data dpmd to access QMI DFS */ @@ -316,4 +319,4 @@ /* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ 69:4294967295:1000 /* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ -57:4294967295:1000
\ No newline at end of file +57:4294967295:1000 |