From b04ff2264533760cf8c2b4883559d3d15f46ef5a Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Mon, 18 Jun 2018 17:19:26 +0200
Subject: [PATCH] fix compilation of ue_ip kernel module

May not be the best solution. Maybe we can pass -DXX=XX
on the command line somehow.
---
 openair2/NETWORK_DRIVER/UE_IP/local.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openair2/NETWORK_DRIVER/UE_IP/local.h b/openair2/NETWORK_DRIVER/UE_IP/local.h
index 66ee604853..e590109b13 100644
--- a/openair2/NETWORK_DRIVER/UE_IP/local.h
+++ b/openair2/NETWORK_DRIVER/UE_IP/local.h
@@ -57,6 +57,7 @@
 #include "platform_types.h"
 #include "sap.h"
 
+#define MAKE_VERSION(a,b,c) ((a)*256+(b)*16+(c))
 
 typedef struct ue_ip_priv_s {
   int                        irq;
-- 
2.26.2