increase asn1 variable length field intermediate buffer, to support longer UE Radio Capabilities messages

master
Francisco 4 years ago committed by Andre Puschmann
parent 2a30cc72ab
commit 3f64b94a0f

@ -1308,7 +1308,7 @@ private:
bit_ref brefstart;
// bit_ref bref0;
bit_ref* bref_tracker;
uint8_t buffer[1024];
uint8_t buffer[2048];
bool align;
};

Loading…
Cancel
Save