Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Untangle static api dependencies #56

Merged
merged 7 commits into from
Mar 14, 2016

Conversation

seank-img
Copy link
Contributor

The static API header files were not actually usable due to the fact they included the Lwm2m core headers, which are not "installed" by Cmake. I have rearranged things so that the core now includes and moved all the required object files to libawa_static.a

@FlowM2MJenkinsCI
Copy link

Can one of the admins verify this patch?

@seank-img seank-img added this to the 0.1.4 milestone Mar 14, 2016
@@ -153,7 +153,7 @@ static int Lwm2mBootstrap_EndpointHandler(int type, void * ctxt, AddressType * a

static void Lwm2mBootstrap_TransactionCallback(void * context, AddressType * addr, const char * responsePath, int responseCode, ContentType contentType, char * payload, int payloadLen)
{
if (responseCode >= Lwm2mResult_Success && responseCode <= Lwm2mResult_SuccessContent)
if (responseCode >= AwaLwm2mResult_Success && responseCode <= AwaLwm2mResult_SuccessContent)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing braces (style)

@DavidAntliff
Copy link
Collaborator

Reviewed, +1 contingent on comments being addressed (or at least considered)

@cdewbery
Copy link
Collaborator

Unfortunately I don't have access to sean's static-api branch, so I will merge this pull request, then create another one for the remaining changes.

cdewbery pushed a commit that referenced this pull request Mar 14, 2016
Untangle static api dependencies
@cdewbery cdewbery merged commit f94625a into ConnectivityFoundry:master Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants