Skip to content

Commit 27c9a88

Browse files
frankistandrepuschmann
authored andcommitted
paging: use allocator with fallback for the paging
1 parent 10d683b commit 27c9a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mac/mac_dl/paging_pdu_assembler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static asn1::rrc_nr::paging_s make_asn1_rrc_cell_paging_msg(const dl_paging_allo
3939
/// \return byte buffer with packed cell PCCH-PCH message.
4040
static byte_buffer make_asn1_rrc_cell_pcch_pch_msg(const dl_paging_allocation& pg)
4141
{
42-
byte_buffer buf;
42+
byte_buffer buf{byte_buffer::fallback_allocation_tag{}};
4343
asn1::bit_ref bref{buf};
4444

4545
asn1::rrc_nr::pcch_msg_s pcch_msg{};

0 commit comments

Comments
 (0)