rename oap.h to oap_client.h

Related: OS#1592
Change-Id: I05bd65ff81b0f70f68217b2e0a9466e160bdbdec
This commit is contained in:
Neels Hofmeyr 2016-12-08 21:29:23 +01:00 committed by Harald Welte
parent 49012f14dd
commit 11ecc9320c
6 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ noinst_HEADERS = \
mncc_int.h \
nat_rewrite_trie.h \
network_listen.h \
oap.h \
oap_client.h \
openbscdefines.h \
osmo_bsc.h \
osmo_bsc_grace.h \

View File

@ -23,7 +23,7 @@
#include <osmocom/core/timer.h>
#include <openbsc/oap.h>
#include <openbsc/oap_client.h>
#define GSUP_CLIENT_RECONNECT_INTERVAL 10
#define GSUP_CLIENT_PING_INTERVAL 20

View File

@ -6,7 +6,7 @@
#include <osmocom/crypt/gprs_cipher.h>
#include <osmocom/gprs/gprs_ns.h>
#include <openbsc/gprs_sgsn.h>
#include <openbsc/oap.h>
#include <openbsc/oap_client.h>
#include <ares.h>

View File

@ -26,7 +26,7 @@
#include <osmocom/crypt/auth.h>
#include <osmocom/gsm/oap.h>
#include <openbsc/oap.h>
#include <openbsc/oap_client.h>
#include <openbsc/debug.h>
int oap_client_init(struct oap_client_config *config,

View File

@ -22,7 +22,7 @@
#include <osmocom/gsm/oap.h>
#include <openbsc/debug.h>
#include <openbsc/oap.h>
#include <openbsc/oap_client.h>
#include <stdio.h>
#include <string.h>