Skip to content

Commit 6e6caae

Browse files
tokangasrlubos
authored andcommitted
lib: lte_link_control: Cleanup version notes for legacy MFWs
Removed version notes for legacy modem firmware versions. Signed-off-by: Tommi Kangas <[email protected]>
1 parent 36c979e commit 6e6caae

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

include/modem/lte_lc.h

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -508,11 +508,6 @@ struct lte_lc_cell {
508508
* Timing advance measurement time in milliseconds, calculated from modem boot time.
509509
*
510510
* Range 0 - 18 446 744 073 709 551 614 ms.
511-
*
512-
* @note This is only supported by the following modem firmware:
513-
* - mfw_nrf9160 >= v1.3.1
514-
* - mfw_nrf91x1
515-
* - mfw_nrf9151-ntn
516511
*/
517512
uint64_t timing_advance_meas_time;
518513

@@ -1060,33 +1055,18 @@ enum lte_lc_neighbor_search_type {
10601055
* networks might be deployed, in other words, a light search. The search is limited to
10611056
* bands that are valid for the area of the current ITU-T region. If RPLMN is not found
10621057
* based on previous cell history, the modem accepts any found PLMN.
1063-
*
1064-
* @note This is only supported by the following modem firmware:
1065-
* - mfw_nrf9160 >= v1.3.1
1066-
* - mfw_nrf91x1
1067-
* - mfw_nrf9151-ntn
10681058
*/
10691059
LTE_LC_NEIGHBOR_SEARCH_TYPE_EXTENDED_LIGHT = 2,
10701060

10711061
/**
10721062
* The modem follows the same procedure as for
10731063
* @ref LTE_LC_NEIGHBOR_SEARCH_TYPE_EXTENDED_LIGHT, but will continue to perform a complete
10741064
* search instead of a light search, and the search is performed for all supported bands.
1075-
*
1076-
* @note This is only supported by the following modem firmware:
1077-
* - mfw_nrf9160 >= v1.3.1
1078-
* - mfw_nrf91x1
1079-
* - mfw_nrf9151-ntn
10801065
*/
10811066
LTE_LC_NEIGHBOR_SEARCH_TYPE_EXTENDED_COMPLETE = 3,
10821067

10831068
/**
10841069
* GCI search, option 1. Modem searches EARFCNs based on previous cell history.
1085-
*
1086-
* @note This is only supported by the following modem firmware:
1087-
* - mfw_nrf9160 >= v1.3.4
1088-
* - mfw_nrf91x1
1089-
* - mfw_nrf9151-ntn
10901070
*/
10911071
LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_DEFAULT = 4,
10921072

@@ -1095,23 +1075,13 @@ enum lte_lc_neighbor_search_type {
10951075
* @ref LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_DEFAULT. If less than gci_count cells were found,
10961076
* the modem performs a light search on bands that are valid for the area of the current
10971077
* ITU-T region.
1098-
*
1099-
* @note This is only supported by the following modem firmware:
1100-
* - mfw_nrf9160 >= v1.3.4
1101-
* - mfw_nrf91x1
1102-
* - mfw_nrf9151-ntn
11031078
*/
11041079
LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_EXTENDED_LIGHT = 5,
11051080

11061081
/**
11071082
* GCI search, option 3. Modem starts with the same search method as in
11081083
* @ref LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_DEFAULT. If less than gci_count cells were found,
11091084
* the modem performs a complete search on all supported bands.
1110-
*
1111-
* @note This is only supported by the following modem firmware:
1112-
* - mfw_nrf9160 >= v1.3.4
1113-
* - mfw_nrf91x1
1114-
* - mfw_nrf9151-ntn
11151085
*/
11161086
LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_EXTENDED_COMPLETE = 6,
11171087
};
@@ -1126,11 +1096,6 @@ struct lte_lc_ncellmeas_params {
11261096
*
11271097
* Current cell is counted as one cell. Mandatory with the GCI search types, ignored with
11281098
* other search types.
1129-
*
1130-
* @note This is only supported by the following modem firmware:
1131-
* - mfw_nrf9160 >= v1.3.4
1132-
* - mfw_nrf91x1
1133-
* - mfw_nrf9151-ntn
11341099
*/
11351100
uint8_t gci_count;
11361101
};
@@ -1865,12 +1830,6 @@ int lte_lc_lte_mode_get(enum lte_lc_lte_mode *mode);
18651830
* selection before calling this function. This can be determined from the
18661831
* @ref LTE_LC_EVT_MODEM_EVENT event with modem event @ref LTE_LC_MODEM_EVT_SEARCH_DONE.
18671832
*
1868-
* @note In @ref LTE_LC_FUNC_MODE_NORMAL and @ref LTE_LC_FUNC_MODE_ACTIVATE_LTE functional modes,
1869-
* this is only supported by the following modem firmware:
1870-
* - mfw_nrf9160 >= v1.3.0
1871-
* - mfw_nrf91x1
1872-
* - mfw_nrf9151-ntn
1873-
*
18741833
* @note In @ref LTE_LC_FUNC_MODE_RX_ONLY functional mode, this is only supported by the following
18751834
* modem firmware:
18761835
* - mfw_nrf91x1 >= v2.0.3
@@ -1981,11 +1940,6 @@ int lte_lc_env_eval_cancel(void);
19811940
* See @ref lte_lc_modem_evt for more information on which events may be received.
19821941
* An event handler must be registered to receive events.
19831942
*
1984-
* @note This is only supported by the following modem firmware:
1985-
* - mfw_nrf9160 >= v1.3.0
1986-
* - mfw_nrf91x1
1987-
* - mfw_nrf9151-ntn
1988-
*
19891943
* @retval 0 if successful.
19901944
* @retval -EFAULT if AT command failed.
19911945
*/

0 commit comments

Comments
 (0)