Skip to content

Callback for the 3GPP HTTP applications when a page finishes being received.

This MR extends the callbacks provided by the ThreeGppHttpClient:

  • It includes a few private members to keep track of the number of objects and their sizes while a page is loading.
  • It includes modifications across the implementation to keep track of the information needed.
  • It includes the use of the callback in the three-gpp-http-example. I hope this functionality can be useful for other people. The idea to create this MR came from a thread where we discussed this callback in the ns-3-users mailing list.

Merge request reports