aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/gsm48.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-01 14:27:23 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-01 14:27:23 +0200
commit539d8343e36499fc7cf7faf77d9b4edacfaac9fd (patch)
tree7660c92e9febfb47a5e3b70f95c92aea938e6d27 /libosmocore/include/osmocore/gsm48.h
parent72267f01fdfe87ec458378f4b2f1aaa610f7b0f0 (diff)
parent35a939463eee58492c88cbe7531288237cdcf454 (diff)
Merge commit '35a939463eee58492c88cbe7531288237cdcf454'
Diffstat (limited to 'libosmocore/include/osmocore/gsm48.h')
-rw-r--r--libosmocore/include/osmocore/gsm48.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libosmocore/include/osmocore/gsm48.h b/libosmocore/include/osmocore/gsm48.h
index a509a0965..be9fbbd14 100644
--- a/libosmocore/include/osmocore/gsm48.h
+++ b/libosmocore/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