mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
oap_message.h: Remove dependency to openbsc include
This is a first step to moving oap_messages.h to libosmocore
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <osmocom/core/msgb.h>
|
||||||
#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
|
#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
|
||||||
#include <openbsc/gsm_data.h>
|
|
||||||
|
|
||||||
/* Some numbers are out of sequence because (so far) they match gprs_gsup_iei.
|
/* Some numbers are out of sequence because (so far) they match gprs_gsup_iei.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <osmocom/core/utils.h>
|
#include <osmocom/core/utils.h>
|
||||||
#include <osmocom/crypt/auth.h>
|
#include <osmocom/crypt/auth.h>
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
#include <openbsc/oap_messages.h>
|
#include <openbsc/oap_messages.h>
|
||||||
|
|
||||||
#include <openbsc/debug.h>
|
#include <openbsc/debug.h>
|
||||||
#include <openbsc/gprs_utils.h>
|
|
||||||
|
|
||||||
#include <osmocom/gsm/tlv.h>
|
#include <osmocom/gsm/tlv.h>
|
||||||
#include <osmocom/core/msgb.h>
|
#include <osmocom/core/msgb.h>
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
#include <openbsc/oap_messages.h>
|
#include <openbsc/oap_messages.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
static void test_oap_api(void)
|
static void test_oap_api(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user