osmo_io: Don't make msg in write_cb const

This was discussed in a previous change, but the change was merged
as-is.

Change-Id: I8b4a2dd7a336dea5c52c9da6e78bbc4d5f2a02f8
diff --git a/src/gb/gprs_ns2_udp.c b/src/gb/gprs_ns2_udp.c
index e9e9e38..0fc1b4b 100644
--- a/src/gb/gprs_ns2_udp.c
+++ b/src/gb/gprs_ns2_udp.c
@@ -223,7 +223,7 @@
 }
 
 static void handle_nsip_sendto(struct osmo_io_fd *iofd, int res,
-			       const struct msgb *msg,
+			       struct msgb *msg,
 			       const struct osmo_sockaddr *daddr)
 {
 	struct gprs_ns2_vc_bind *bind = osmo_iofd_get_data(iofd);