aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-01 14:25:22 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-01 14:25:22 +0200
commit35a939463eee58492c88cbe7531288237cdcf454 (patch)
treed03b12f4205760be862df5c67608d6ac1d80fc0f /include
parentdebf95507461965aa82be2fa2bf34119343cfb0e (diff)
Import gsm48_construct_ra() from openbsc
Diffstat (limited to 'include')
-rw-r--r--include/osmocore/gsm48.h1
1 files changed, 1 insertions, 0 deletions
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