XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Low Low
    • J
    • None
    • e2
    • None

      The default message size used in the e2 code for allocation of messages is defined by -

      #define RECEIVE_SCTP_BUFFER_SIZE (256 * 1024)
      #define RECEIVE_XAPP_BUFFER_SIZE RECEIVE_SCTP_BUFFER_SIZE 

      This is a buffer size of 256K. Which is a very high buffer size since most of the E2AP messages (and consequently RMR messages) will be way smaller than this. A size of 4K should be sufficient.

      Since there may potentially be some allocations that would happen in some functions, using a smaller message size may help with performance a little bit. A default size of 4K should be sufficient?

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            aditverm Aditya Verma
            gabhijit Abhijit Gadgil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours
                2h