Skip to content

Commit a2999f7

Browse files
ncs: nrf_modem: v1.5.0
Updates for nrf_modem v1.5.0 release. Signed-off-by: Andreas Moltumyr <[email protected]> Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 9cad422 commit a2999f7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

include/net/socket_ncs.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ enum net_lte_protocol {
2828
NPROTO_AT = 513,
2929
};
3030

31-
/** Protocol numbers for LOCAL protocols */
32-
enum net_local_protocol {
33-
NPROTO_DFU = 515
34-
};
35-
3631
/* When CONFIG_NET_SOCKETS_OFFLOAD is enabled, offloaded sockets take precedence
3732
* when creating a new socket. Combine this flag with a socket type when
3833
* creating a socket, to enforce native socket creation (e. g. SOCK_STREAM | SOCK_NATIVE).
@@ -109,21 +104,6 @@ enum net_local_protocol {
109104
*/
110105
#define SO_TCP_SRV_SESSTIMEO 55
111106

112-
/* NCS specific DFU options */
113-
114-
/** Protocol level for DFU. */
115-
#define SOL_DFU 515
116-
117-
/* Socket options for SOL_DFU level */
118-
#define SO_DFU_FW_VERSION 1
119-
#define SO_DFU_RESOURCES 2
120-
#define SO_DFU_TIMEO 3
121-
#define SO_DFU_APPLY 4
122-
#define SO_DFU_REVERT 5
123-
#define SO_DFU_BACKUP_DELETE 6
124-
#define SO_DFU_OFFSET 7
125-
#define SO_DFU_ERROR 20
126-
127107
/* NCS specific gettaddrinfo() flags */
128108

129109
/** Assume `service` contains a Packet Data Network (PDN) ID.

0 commit comments

Comments
 (0)