Attention is currently required from: lynxis lazus.
Patch set 6:Code-Review -1
2 comments:
Patchset:
CR-1 for incomplete command description. Try running osmo-hlr with this patch, enter the VTY interface and check help ('?') for all components of the new command. You should see something like this:
OsmoHLR(config-hlr)# imsi?
Define the GSUP cause to be send in case the IMSI could not found in the database.
OsmoHLR(config-hlr)# imsi unknown?
Default is imsi-unknown.
OsmoHLR(config-hlr)# imsi unknown cause?
NULL
OsmoHLR(config-hlr)# imsi unknown cause ?
NULL
I am surprised why Jenkins does not catch this. Usually it does.
File src/hlr_vty.c:
Patch Set #6, Line 381: imsi unknown cause
Here I would recommend concatenating all three words using '-', i.e. 'imsi-unknown-cause'. Otherwise the VTY engine requires you to provide help strings for each separate word in the command. Ah, actually I already suggested using 'subscriber-reject-cause' in one of my previous comments.
To view, visit change 16808. To unsubscribe, or for help writing mail filters, visit settings.