@@ -508,11 +508,6 @@ struct lte_lc_cell {
508
508
* Timing advance measurement time in milliseconds, calculated from modem boot time.
509
509
*
510
510
* 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
516
511
*/
517
512
uint64_t timing_advance_meas_time ;
518
513
@@ -1060,33 +1055,18 @@ enum lte_lc_neighbor_search_type {
1060
1055
* networks might be deployed, in other words, a light search. The search is limited to
1061
1056
* bands that are valid for the area of the current ITU-T region. If RPLMN is not found
1062
1057
* 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
1068
1058
*/
1069
1059
LTE_LC_NEIGHBOR_SEARCH_TYPE_EXTENDED_LIGHT = 2 ,
1070
1060
1071
1061
/**
1072
1062
* The modem follows the same procedure as for
1073
1063
* @ref LTE_LC_NEIGHBOR_SEARCH_TYPE_EXTENDED_LIGHT, but will continue to perform a complete
1074
1064
* 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
1080
1065
*/
1081
1066
LTE_LC_NEIGHBOR_SEARCH_TYPE_EXTENDED_COMPLETE = 3 ,
1082
1067
1083
1068
/**
1084
1069
* 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
1090
1070
*/
1091
1071
LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_DEFAULT = 4 ,
1092
1072
@@ -1095,23 +1075,13 @@ enum lte_lc_neighbor_search_type {
1095
1075
* @ref LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_DEFAULT. If less than gci_count cells were found,
1096
1076
* the modem performs a light search on bands that are valid for the area of the current
1097
1077
* 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
1103
1078
*/
1104
1079
LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_EXTENDED_LIGHT = 5 ,
1105
1080
1106
1081
/**
1107
1082
* GCI search, option 3. Modem starts with the same search method as in
1108
1083
* @ref LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_DEFAULT. If less than gci_count cells were found,
1109
1084
* 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
1115
1085
*/
1116
1086
LTE_LC_NEIGHBOR_SEARCH_TYPE_GCI_EXTENDED_COMPLETE = 6 ,
1117
1087
};
@@ -1126,11 +1096,6 @@ struct lte_lc_ncellmeas_params {
1126
1096
*
1127
1097
* Current cell is counted as one cell. Mandatory with the GCI search types, ignored with
1128
1098
* 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
1134
1099
*/
1135
1100
uint8_t gci_count ;
1136
1101
};
@@ -1865,12 +1830,6 @@ int lte_lc_lte_mode_get(enum lte_lc_lte_mode *mode);
1865
1830
* selection before calling this function. This can be determined from the
1866
1831
* @ref LTE_LC_EVT_MODEM_EVENT event with modem event @ref LTE_LC_MODEM_EVT_SEARCH_DONE.
1867
1832
*
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
- *
1874
1833
* @note In @ref LTE_LC_FUNC_MODE_RX_ONLY functional mode, this is only supported by the following
1875
1834
* modem firmware:
1876
1835
* - mfw_nrf91x1 >= v2.0.3
@@ -1981,11 +1940,6 @@ int lte_lc_env_eval_cancel(void);
1981
1940
* See @ref lte_lc_modem_evt for more information on which events may be received.
1982
1941
* An event handler must be registered to receive events.
1983
1942
*
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
- *
1989
1943
* @retval 0 if successful.
1990
1944
* @retval -EFAULT if AT command failed.
1991
1945
*/
0 commit comments