summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2010-05-01 14:25:22 +0200
committerHarald Welte2010-05-01 14:25:22 +0200
commit35a939463eee58492c88cbe7531288237cdcf454 (patch)
treed03b12f4205760be862df5c67608d6ac1d80fc0f /include
parentgsm48.h: Prevent accidental re-inclusion of same header file (diff)
downloadlibosmocore-35a939463eee58492c88cbe7531288237cdcf454.tar.gz
libosmocore-35a939463eee58492c88cbe7531288237cdcf454.tar.xz
libosmocore-35a939463eee58492c88cbe7531288237cdcf454.zip
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 a509a09..be9fbbd 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