Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
28619 commits behind the upstream repository.
s1ap_eNB_itti_messaging.h 434 B
#ifndef S1AP_ENB_ITTI_MESSAGING_H_
#define S1AP_ENB_ITTI_MESSAGING_H_

void s1ap_eNB_itti_send_sctp_data_req(instance_t instance, int32_t assoc_id, uint8_t *buffer,
                                      uint32_t buffer_length, uint16_t stream);

void s1ap_eNB_itti_send_nas_downlink_ind(instance_t instance, uint8_t *nas_pdu,
                                         uint32_t nas_pdu_length);

#endif /* S1AP_ENB_ITTI_MESSAGING_H_ */