Skip to content

Commit 0371d3d

Browse files
divipillairlubos
authored andcommitted
doc: Add link of proprietary PSM in docs
Add link of proprietary PSM in the following pages: * Cellular: LwM2M Client * LTE guide Signed-off-by: divya pillai <[email protected]>
1 parent 09c1b08 commit 0371d3d

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

doc/nrf/links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@
764764
.. _`nRF91x1 Power saving mode setting`: https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/nw_service/cpsms.html
765765
.. _`nRF91x1 modem trace activation %XMODEMTRACE`: https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/mob_termination_ctrl_status/xmodemtrace.html
766766
.. _`nRF91x1 UICC deactivation %UICCPOWERSAVE`: https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/access_uicc/uiccpowersave.html
767+
.. _`nRF91x1 Feature configuration %FEACONF`: https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/nw_service/feaconf_set.html
767768

768769
.. _`nRF54L15 Datasheet`: https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/keyfeatures_html5.html
769770
.. _`nRF54L15 DK User Guide`: https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/intro/intro.html

doc/nrf/protocols/lte/psm.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ The length of the proprietary PSM sleep depends on the MO data or MO SMS cycles
134134
Typically, the T3412 timer is shorter when PSM is not used.
135135

136136
It can be configured using the ``AT%FEACONF`` command.
137+
See `nRF91x1 Feature configuration %FEACONF`_ for more information.
137138

138139
Reduced mobility
139140
================

doc/nrf/test_and_optimize/optimizing/power_nrf91.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ See the `Online Power Profiler user guide`_ for a basic overview of the tool and
1717

1818
The following sections describe how you can use Online Power Profiler and other power profiling tools to optimize the power consumption in your nRF9160 DK.
1919

20+
See the :ref:`cellular_psm` guide for more information on different power saving techniques.
21+
2022
Cellular applications
2123
*********************
2224

include/modem/lte_lc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,8 @@ int lte_lc_psm_req(bool enable);
14581458
int lte_lc_psm_get(int *tau, int *active_time);
14591459

14601460
/**
1461-
* Request modem to enable or disable proprietary Power Saving Mode (PSM).
1461+
* Request modem to enable or disable
1462+
* [proprietary Power Saving Mode](https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/nw_service/feaconf_set.html).
14621463
*
14631464
* The purpose of the proprietary PSM feature is to perform a PSM-like sleep when network does not
14641465
* allow normal PSM usage. During proprietary PSM, modem will fall to sleep in the same way than it

samples/cellular/lwm2m_client/sample_description.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ This configuration disables eDRX, because it will request 10 seconds RAT and 12
444444
Proprietary PSM enables power saving when network does not allow PSM.
445445
The modem enters the PSM state after the configured RAT period when the connection is released.
446446

447+
Proprietary PSM can be configured using the ``AT%FEACONF`` command.
448+
See `nRF91x1 Feature configuration %FEACONF`_ for more information.
449+
447450
.. note::
448451

449452
Proprietary PSM is only supported with modem firmware v2.x.
@@ -453,7 +456,6 @@ The modem enters the PSM state after the configured RAT period when the connecti
453456
454457
<err> lte_lc: Failed to configure proprietary PSM, err -14
455458
456-
457459
Configuration for external FOTA
458460
-------------------------------
459461

0 commit comments

Comments
 (0)