Commit 54536bb8 authored by cucengineer's avatar cucengineer

Fixed declare do_NR_ULInformationTransfer

parent 3e0efbfa
...@@ -126,3 +126,8 @@ uint8_t do_NR_RRCReconfigurationComplete( ...@@ -126,3 +126,8 @@ uint8_t do_NR_RRCReconfigurationComplete(
uint8_t *buffer, uint8_t *buffer,
const uint8_t Transaction_id const uint8_t Transaction_id
); );
uint8_t do_NR_ULInformationTransfer(
uint8_t **buffer,
uint32_t pdu_length,
uint8_t *pdu_buffer
);
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment