aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-07 12:04:07 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-07 12:04:07 +0100
commit04b4f915a761f80bf026bcbc783185ce0d3cec1d (patch)
tree0b95466608124c2254b7ac1fccc205ca63f0fcef /openbsc/include/openbsc
parent4d95ab2231d451826130f1774d26ebf9c29bb56b (diff)
[ipa] Make sending of ID REQ public...
Make sending of the ID Request message public. We are going to use this in the BSC NAT code to ask for querying the BSC.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/ipaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index 1801f6ca8..f74681e8f 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -45,5 +45,6 @@ int ipaccess_rcvmsg_base(struct msgb *msg, struct bsc_fd *bfd);
struct msgb *ipaccess_read_msg(struct bsc_fd *bfd, int *error);
void ipaccess_prepend_header(struct msgb *msg, int proto);
int ipaccess_send_id_ack(int fd);
+int ipaccess_send_id_req(int fd);
#endif /* _IPACCESS_H */