aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/meas_udp2db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/meas_udp2db.c')
-rw-r--r--src/utils/meas_udp2db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/meas_udp2db.c b/src/utils/meas_udp2db.c
index 34f8385e8..07023c323 100644
--- a/src/utils/meas_udp2db.c
+++ b/src/utils/meas_udp2db.c
@@ -71,7 +71,7 @@ static int udp_fd_cb(struct osmo_fd *ofd, unsigned int what)
{
int rc;
- if (what & BSC_FD_READ) {
+ if (what & OSMO_FD_READ) {
struct msgb *msg = msgb_alloc(1024, "UDP Rx");
rc = read(ofd->fd, msgb_data(msg), msgb_tailroom(msg));