From 35a939463eee58492c88cbe7531288237cdcf454 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 1 May 2010 14:25:22 +0200 Subject: Import gsm48_construct_ra() from openbsc --- include/osmocore/gsm48.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h index a509a096..be9fbbd1 100644 --- a/include/osmocore/gsm48.h +++ b/include/osmocore/gsm48.h @@ -29,5 +29,6 @@ int gsm48_mi_to_string(char *string, const int str_len, /* Parse Routeing Area Identifier */ void gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf); +int gsm48_construct_ra(uint8_t *buf, const struct gprs_ra_id *raid); #endif -- cgit v1.2.3