en/decoding: fix deprecated include path

The file gprs/protocol/gsm_04_60.h is deprecated, now it is recommended
to use gsm/protocol/gsm_44_060.h

Change-Id: I870e446ad8f371e13bbdb4034feae1260c874ee5
This commit is contained in:
Philipp Maier 2023-02-24 17:05:55 +01:00
parent 83ee452ddb
commit 7f5393ca6e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
extern "C" {
#include <osmocom/core/utils.h>
#include <osmocom/core/bitcomp.h>
#include <osmocom/gprs/protocol/gsm_04_60.h>
#include <osmocom/gsm/protocol/gsm_44_060.h>
}
#include <arpa/inet.h>

View File

@ -25,7 +25,7 @@
#include <egprs_rlc_compression.h>
extern "C" {
#include <osmocom/gprs/protocol/gsm_04_60.h>
#include <osmocom/gsm/protocol/gsm_44_060.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <osmocom/gsm/gsm48.h>
}