hlr: wrap f_vty_subscr_create and _delete (details)
Allow matching tr_GTP2C_CreateSessionReq with any tEID (details)
Fix length indicators in tr_NAS_ActDefEpsBearCtxReq (details)
library/s1ap: Add support for E_RABSetupRequest (details)
library/NAS_EPS_Templates: Add Emergency Number List templates (details)
MME-Tests: Add tests for emergency cappability indication (details)
MME-Tests: Add test for emergency bearer setup (details)
Commit
192e9998a17169cab8433754e7121c485456e862
by Oliver Smith
hlr: wrap f_vty_subscr_create and _delete
Add wrappers as f_subscr_create/_delete (without _vty), and only use the VTY implementation for OsmoHLR. This is in preparation for implementing a different method for PyHSS in a follow-up patch.
Avoid passing the VTY parameter by splitting each function into a normal variant that runs on test_CT, and a _HCH variant that runs on HLR_ConnHdlr.
Commit
a8eb4c70868201c91cae06b3cba62bbc3ed5073d
by jolly
MME-Tests: Add tests for emergency cappability indication
When an attachment is accepted, MME indicates the capability of emergency calls, if and only if configured in MME's configuration file. The emergency numbers that are configured are also indicated.
The tests check if the indications follow the configuration and are correctly encoded.