You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: nrf_modem/doc/softsim_interface.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This is called instead of the :c:func:`nrf_modem_softsim_res` function.
29
29
If a SoftSIM request from the Modem library has data associated with it, the application is expected to free the data by calling the :c:func:`nrf_modem_softsim_data_free` function, if the data is not used anymore.
30
30
31
31
.. note::
32
-
All requests and responses follows the standard IOS/IEC 7816-3, PPS sequence, or APDU.
32
+
All requests and responses follows the standard ISO/IEC 7816-3, PPS sequence, or APDU.
33
33
34
34
The following code block shows an example implementation of the API.
35
35
The ``softsim_handler()`` function is an implementation of the :c:type:`nrf_modem_softsim_req_handler_t` handler.
0 commit comments