Commit Graph

11 Commits

Author SHA1 Message Date
Pavan Kumar M
1b6c15c663 msm8953-common: Add permissions for RCS service
Add permissions to Rcs service to access QMI IMSS service

Change-Id: I263a0b6413c1ae26ab57a96936bc983c68ef709e
2021-03-05 15:28:16 +00:00
Jimmy Chen
677cbd53fb msm8953-common: Move supplicant service init to wpa_supplicant
Bug: 138790309
Test: boot and wifi function is ok
Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
2021-02-03 13:42:09 -03:00
ix5
479f832aef msm8953-common: Add protobuf vendorcompat lib
Our blobs are compiled against libprotobuf-full-cpp.so, but
starting in R, Android is using a versioned naming approach,
e.g. libprotobuf-cpp-full-3.9.1.so.

See https://r.android.com/1109518

The entry in public.libraries.txt is needed to allow the
linker to find and use the lib outside the VNDK.

See https://source.android.com/devices/tech/config/namespaces_libraries

[wight554: added libprotobuf-cpp-lite as well]

Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f
2021-02-03 13:42:09 -03:00
jeangraff30
6395a3e605 msm8953-common: Import public native libraries
from deen_sprout:10/QPKS30.54-22-11
2021-02-03 13:42:09 -03:00
jeangraff30
801bebb861 Revert "msm8953-common: wifi: Enable 2.4GHz channel bonding"
This reverts commit 065548fb6e.
2020-11-16 03:49:51 +01:00
Geofferey Eakins
5025e448d2 msm8953-common: prima WCNSS cfg enable McastBcastFilter
Our packet filter changes to the moto prima opensource driver now requires setting this flag to achieve maximum power savings when sleeping by filtering out broadcast and multicast messages.
2020-11-10 01:37:12 +01:00
Ecco Park
a456b6c47d msm8953-common: add parameters for Hotspot 2.0
Those parameters need to set for Hotspot 2.0 network

interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking
                      network selection in wpa_supplicant
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>

Change-Id: Ic2351295802265516f20466113c08e2df0796dfa
2020-11-10 01:37:07 +01:00
Erfan Abdi
2203c377ed msm8953-common: Add APN hack for sprint 312 530
* in moto framework we have “config_sim_operator_override_rules” which is overriding sim operators, and in overlays they are replacing 312530 with 310120.
    getprop of sprint on stock firmware:
    [gsm.sim.operator.numeric]: [310120]
    [gsm.sim.operator.numeric.orig]: [312530]

* We don’t hve such implementation on lineage so it uses wrong APN and mobile data is broken with sprint

* This hack adds 310120 APNs to 312530, so we can have LTE+ on it

Change-Id: I9184348ee58dbf0239fce5cf69b7826b5e7a3ed1
2020-11-10 01:37:07 +01:00
Erfan Abdi
c8d48cd0b5 msm8953-common: Set right Sprint APNs
* We need the new Sprint APNs (x.ispsn.*).

Change-Id: I8680ed8ae214c7e76dc177f1db8474e092b03a37
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
2020-11-10 01:37:06 +01:00
Michael W
065548fb6e msm8953-common: wifi: Enable 2.4GHz channel bonding
* Improve WiFi speed

Change-Id: I06501a8d01d8a802fe5dd7a6c9edfa96c51afbce
2020-11-10 01:33:37 +01:00
jeangraff30
1220e128cd msm8953-common: Initial Common tree
* based on motorola sdm632-common

Co-authored-by: Jorg3Lucas <jorgelucas@pixelexperience.org>
2020-11-09 18:04:50 +01:00