pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/32490 )
( 4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: doc/examples/modem: Update modem.cfg with new features ...................................................................... doc/examples/modem: Update modem.cfg with new features Update the example config to contain IMSI and IMEI values which are used when attaching to the network. Set cpu-sched to realtime since RLCMAC is time-constrained. Change-Id: I6060c833de2eef7591b7a4f149d9e148455db970 --- M doc/examples/modem/modem.cfg 1 file changed, 24 insertions(+), 0 deletions(-) Approvals: osmith: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified diff --git a/doc/examples/modem/modem.cfg b/doc/examples/modem/modem.cfg index a441b0e..af98082 100644 --- a/doc/examples/modem/modem.cfg +++ b/doc/examples/modem/modem.cfg @@ -6,9 +6,19 @@ no login ! ms 1 + imei 000000000000000 0 + imei-fixed + sim test + test-sim + imsi 001010000000000 + ki comp128 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + no barred-access + rplmn 001 01 apn internet tun-device modem4 ! tun-netns netns_modem4 type-support v4 no shutdown no shutdown +cpu-sched + policy rr 1 -- To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/32490 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmocom-bb Gerrit-Branch: master Gerrit-Change-Id: I6060c833de2eef7591b7a4f149d9e148455db970 Gerrit-Change-Number: 32490 Gerrit-PatchSet: 6 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
