<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <br>
    <blockquote cite="mid:471770.43898.qm@web46215.mail.sp1.yahoo.com"
      type="cite">
      <table border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td style="font: inherit;" valign="top">
              <div>I finally managed to place a call. After trying to
                use the test base and compile, it gave error for some
                function which was expecting a parameter. I found that I
                had to put NULL as parameter and after this it compiled
                with no errors. I also reported this on irc and someone
                has fixed this - the repository now has this parameter.<br>
              </div>
            </td>
          </tr>
        </tbody>
      </table>
    </blockquote>
    I have just tried this testing branch too. I had version without
    fix, following change is needed:<br>
    <br>
    in osmocom-bb/src/target/firmware/apps/simtest/main.c add NULL as
    parameter to calypso_sim_init()<br>
    <br>
        /* Initialize Sim-Controller driver */<br>
        puts("Initializing driver:\n");<br>
        calypso_sim_init(NULL);<br>
    <br>
    <br>
    I try to help with putting information on wiki.<br>
    <br>
    - Tomas<br>
  </body>
</html>