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

Commit 4ff75ef7 authored by Sarah Chin's avatar Sarah Chin Committed by Gerrit Code Review
Browse files

Merge "Add NGRAN"

parents 5da65214 bf7ee4a8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -132,7 +132,12 @@ public class NetworkScanHelper {
                            new RadioAccessSpecifier(
                                    AccessNetworkType.UTRAN,
                                    null /* bands */,
                                    null /* channels */)
                                    null /* channels */),
                            // NR
                            new RadioAccessSpecifier(
                                    AccessNetworkType.NGRAN,
                                    null /* bands */,
                                    null /* channels */),
                    },
                    SEARCH_PERIODICITY_SEC,
                    MAX_SEARCH_TIME_SEC,