Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added info on branches created for development

...

The following are announcements related to RMR during the past 30 days; newest announcements first.

2019 Novermber 7:

  • Release B development branch created (dev-b) in the o-ran repo.  The version number point for release B is 1.12.0
  • Master branch remains frozen at 1.11.0; eventually a branch for the Amber release will be cut allowing dev-b to merge back into master. 
  • The branch r2-temp was created at version 1.10.2; it contains RMR state for the November 2019 trial.

2019 October 22:

  • RMR version 1.10.1 pushed to package cloud. Bug fixes which prevent a nil message buffer pointer from being returned to the caller in the event that epoll/select cannot be initialised when using a timeout based RMR send function.   The bug was considered to have a very low probability of being triggered, and any function which tested for a nil pointer from any RMR send function would not have issues.

...

  • NNG bug preventing reconnection of a session through docker-proxy (and maybe other proxies) was released.  A patch level change to RMR was pushed which incorporates the NNG update during the RMR build process.  (1.8.3)   This version is backwards compatible with the version of NNG which was previously used (1.1.1), but the NNG library in the run-time environment must be upgraded to avoid the proxy related bug.
  • RMR version 1.8.2 is a patch level change which fixed a bug in rmr_torcv_msg() that was causing the receive to block when the MT_CALL mode (multi-threaded call()) mode was enabled. 1.8.2 was updated on 25 September 2019.
  • RMR version 1.8.1 is a patch level change which fixed a bug: missing constant possibly needed by wrapper scripts.


Current Version

Release B development: 1.10.1 October 22,  2019.12.0  7 November 2019

Release A frozen: 1.11.0 (master) 6 November (doc update)

Trial branch (r2-temp): 1.10.2


For a detailed description of API changes, and their related commits, please consult the CHANGES file at the top level of the RMR repo:

...