aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/ipa.h
diff options
context:
space:
mode:
authorarehbein <arehbein@sysmocom.de>2023-06-24 17:23:55 +0200
committerdaniel <dwillmann@sysmocom.de>2023-10-09 12:49:36 +0000
commit106b63907a1d9be56bce7cb4a830b4bf52e7ab51 (patch)
treeebb18186fd599a883097283d02e1e1ee7b4ce5db /include/osmocom/netif/ipa.h
parent64d9b5487ae0953f29618b0ab313b7456eb1324c (diff)
stream: Add and use helper function osmo_ipa_push_headers()
Related OS#5753, OS#5751 Change-Id: I61e1fe59166c46595efe8c1f32b8f2607cb6c529
Diffstat (limited to 'include/osmocom/netif/ipa.h')
-rw-r--r--include/osmocom/netif/ipa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/netif/ipa.h b/include/osmocom/netif/ipa.h
index 7826895..038b9ac 100644
--- a/include/osmocom/netif/ipa.h
+++ b/include/osmocom/netif/ipa.h
@@ -65,4 +65,6 @@ int osmo_ipa_parse_msg_id_resp(struct msgb *msg, struct ipaccess_unit *unit_data
int osmo_ipa_segmentation_cb(struct msgb *msg);
+void osmo_ipa_msg_push_headers(struct msgb *msg, enum ipaccess_proto p, enum ipaccess_proto_ext pe);
+
#endif