aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/meas_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/meas_json.c')
-rw-r--r--src/utils/meas_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/meas_json.c b/src/utils/meas_json.c
index 6aa531a7f..0fd99c0d0 100644
--- a/src/utils/meas_json.c
+++ b/src/utils/meas_json.c
@@ -158,7 +158,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));