Commit f84e4d2e authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0027-fixed-compiler-warnings.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7329 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b4155dee
......@@ -248,7 +248,7 @@ int s1ap_eNB_handle_nas_first_req(
//------------------------------------------------------------------------------
int s1ap_eNB_handle_nas_downlink(const uint32_t assoc_id,
const uint32_t stream,
const struct s1ap_message_s *const message_p)
struct s1ap_message_s* message_p)
//------------------------------------------------------------------------------
{
const S1ap_DownlinkNASTransportIEs_t *downlink_NAS_transport_p = NULL;
......
......@@ -33,7 +33,7 @@
int s1ap_eNB_handle_nas_downlink(
const uint32_t assoc_id,
const uint32_t stream,
const struct s1ap_message_s *const message_p);
struct s1ap_message_s* message_p);
int s1ap_eNB_nas_uplink(instance_t instance, s1ap_uplink_nas_t *s1ap_uplink_nas_p);
......
......@@ -295,7 +295,6 @@ do { \
#define GTP_TEID_TO_ASN1 INT32_TO_OCTET_STRING
#define OCTET_STRING_TO_TAC OCTET_STRING_TO_INT16
inline
void hexa_to_ascii(uint8_t *from, char *to, size_t length);
int ascii_to_hex(uint8_t *dst, const char *h);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment