pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/32490 )
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-contrainsted. Change-Id: I6060c833de2eef7591b7a4f149d9e148455db970 --- M doc/examples/modem/modem.cfg 1 file changed, 24 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/90/32490/1 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: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-MessageType: newchange
