Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
feb2128
ntn: Rename dormant --> offline to align to AT docs
jtguggedal Oct 23, 2025
6bb21d1
ntn: Simplify cereg_mon
jtguggedal Oct 23, 2025
bbec8aa
ntn: Link controller should control CEREG notifications (needs level 5)
jtguggedal Oct 23, 2025
c3167be
ntn: Fix max msg size calculation, rename subscriber
jtguggedal Oct 24, 2025
3b3e3b5
ntn: Code style nits
jtguggedal Oct 24, 2025
d769f71
ntn: Group functions and add s few comments
jtguggedal Oct 24, 2025
440292c
ntn: Send error when initialization fails
jtguggedal Oct 24, 2025
8fd8fd9
ntn: Simplify GNSS mode enabling
jtguggedal Oct 24, 2025
ee780c1
ntn: Fix event propagation in SMF
jtguggedal Oct 24, 2025
5d9a97c
ntn: Check functional mode before going offline
jtguggedal Oct 24, 2025
c5da3cb
ntn: Return SMF_EVENT_HANDLED when transitioning state
jtguggedal Oct 24, 2025
c97561c
ntn: Make ntn_initialized local variable
jtguggedal Oct 24, 2025
79d4614
ntn: Move PCO and cellularo profile config to running_entry
jtguggedal Oct 24, 2025
ec99be6
ntn: Merge NTN enabling for init and non-init branches, use CFUN 45 f…
jtguggedal Oct 24, 2025
b26e9b1
ntn: Remove SET_NTN_IDLE message type, set state directly
jtguggedal Oct 24, 2025
ec31ac7
ntn: Move cloud connection to separate function
jtguggedal Oct 24, 2025
920155f
ntn: Make function with not returning checking void
jtguggedal Oct 24, 2025
5082e07
ntn: Remove sleep, confimrables are checked internally with semaphore
jtguggedal Oct 24, 2025
3ef4507
ntn: Reorder if cases for readability, the short ones drown
jtguggedal Oct 24, 2025
c886f4e
ntn: Add connectivity check, PDN + NW reg
jtguggedal Oct 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,9 @@ CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_DOWN=y
CONFIG_NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT=y

# Enable Link Controller modules
CONFIG_LTE_LC_PSM_MODULE=y
CONFIG_LTE_LC_EDRX_MODULE=y
CONFIG_LTE_LC_CONN_EVAL_MODULE=y

# Enable PSM (Power Saving Mode)
CONFIG_LTE_LC_WORKQUEUE_STACK_SIZE=768
CONFIG_LTE_PSM_REQ=y
CONFIG_LTE_PROPRIETARY_PSM_REQ=y
CONFIG_LTE_PSM_REQ_FORMAT_SECONDS=y
# Set Requested TAU to a large value. If the network does not support this value,
# it will typically use the largest supported value. This value should be larger
# than the default update interval (1 hour).
CONFIG_LTE_PSM_REQ_RPTAU_SECONDS=7200

# Set the PSM Requested Active Time to a low number. Since we are constantly polling for
# downlink data, there is no need for prolonged active paging after the RRC connection release.
CONFIG_LTE_PSM_REQ_RAT_SECONDS=6

# Enable eDRX (Extended Discontinuous Reception)
CONFIG_LTE_EDRX_REQ=y
Expand Down
Loading
Loading